Open SQL database - user input (Dates) - Error converting data type varchar to datetime.
Hi,I'm trying to connect to a SQL database in a script using user input for dates.When I run the script I get the following error - "[Microsoft][ODBC SQL Server Driver][SQL Server]Error converting data type varchar to datetime." Please, how can I solve this problem?Thx
nw = New Window( "test",
H LIST BOX(
Text box("Start Date"),
a = numbereditbox(0),
...