Tansfer Dates to SQL Server

G

Guest

I'm trying to transfer dates Via ADO to SQL Server. It won't take ## signs
around the date in an insert, so I removed them. But now all the dates read
10/01/1900 in SQL Server. Should I use some date function or send it as a
string with apostrophes wrapped around it?

Jim Stiene
[email protected]
 
Top