Hi guys,
Thanks for the help you will giving me
Guys I have a problem in putting the data from Visual basic to sql sever db.
My application is on VB and backend is sql server.I am using adodb connection and sql in the project . when i want to insert record I am wrting an insert statement. when i execute the statement it puts value for all the columns but for the date field is shows an error
can you suggest me how to put datefields in the sql statement, whether you have to put single quotes,double quotes or # symbol with a small example
my statement goes somewhat like this
mysql="insert into emp values ("&var1&","&var2&",now the datefield to be put"
Regards
bins