i want to create a network ready app..
what i mean is there will be one database which all the clients connect to..
when i install the app on the workstations , will it automatically "detect" that it should not create a copy of the db on the client but "connect" to the db on...
i have a password field in a table of mine.
how can i encrypt this one field so that a select statement by any user will not expose the password?
thanks..
given the below code,
for initial radio button form :
<INPUT
onclick="display('s311'); " type=radio value=1 name=s311>1<BR><INPUT
onclick="display('s311'); " type=radio value=2 name=s311>2<BR><INPUT
onclick="display('s311'); "...
i tried this and i get an error that it can't find length or something ...... the functions that change 'the colours in the first place are in the header of the main document.At runtime i pass a temporary value to it so that it displays the color i need .(these are the functions :
function...
thanks for the post i will try it out now. but on which event would i put it .
what i am actually trying to achive is so that when a page is refreshed i determine which radio buttons are selected and assign a colour to them in another cell...
the issue i had before when i put the color function...
i have a function that changes the background colour of a cell based on a paramiter value parsed by a radio button.
This function fires on the 'onClick' event of each radio button.It accepts a parameter .
When i refresh the page I want the function to run by checking all the radio buttons in...
i want to create trigger at the row level to modify a field in each record that is inserted..
i do not have a primary key on my table...
the code that doesnt work is below..
CREATE TRIGGER tr_msisdn_ProcessedRedemption
ON ProcessedRedemption
FOR INSERT
AS
UPDATE ProcessedRedemption
SET msisdn...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.