krappleby025
Programmer
Hi all,
I have the following script
mysql = mysql & ", DOB = '#" & request.form("DOB"
& "#'"
Which is supposed to put a date in the format mm/dd/yyyy into a mysql database
The database field is set to date, can anyone tell me what i am doing wrong, the above does not work it does not place the date in the field
veriations i have tried
DOB = '#" & request.form("DOB"
& "#'
DOB = #'" & request.form("DOB"
& "'#
DOB = #" & request.form("DOB"
& "#
Non seem to work, can you help
ps the form field is entered as for example 06/23/1976
Thanks in advance
I have the following script
mysql = mysql & ", DOB = '#" & request.form("DOB"
Which is supposed to put a date in the format mm/dd/yyyy into a mysql database
The database field is set to date, can anyone tell me what i am doing wrong, the above does not work it does not place the date in the field
veriations i have tried
DOB = '#" & request.form("DOB"
DOB = #'" & request.form("DOB"
DOB = #" & request.form("DOB"
Non seem to work, can you help
ps the form field is entered as for example 06/23/1976
Thanks in advance