Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 using sql conversion functions in Vbscript

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2000-08-24 : 19:19:53
Ale writes "I have to update a recordset in Vbscript using a sql string with a WHERE condition in which I have to compare a data type variable with the content of a textbox. Using a conversion function for the last one, such as CDATE or TODATE, is not working. What can I use? (Since I have to retrieve all records in a specific time range, I cannot do the opposite, converting the date type variable to string). Thanx in advance"
   

- Advertisement -