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...
i have a field which has multiple choice values which were chosen from a list box .
how can i automatically select these on my update form?
i use dreamweaver mx..
thanks
thanks jameslean,
i think i do need a trigger though as i want this transformation done when the data is inserted into the table..
i dont want my users entering 23480....
i want them to enter 0803...
but the info is to be stored as 234803...
how do i turn your code to a trigger?
thanks
i have a field in my table that contains varchar data..all the data should begin with 0803465...
i now want to create a triger where i will trim the leading "0" and add 234..
so the number above becomes;
234803465...
can someone show me how to do this?
i need this done on all the...
what i mean is this..
i have an update form with drop downs populated from a database..
how do i get those drop downs to automatically select the value that is chosen in that recordset?
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.