http://qs321.pair.com?node_id=1105510


in reply to Re^14: SQL query using elements from array
in thread SQL query using elements from array

Yes, my mistake, sorry, it does in fact look like it is a datetime and a datetime in MS SQL Server is compatible with an ODBC quoted ts.

However, it appears I've somewhat mislead you. The SQL Server driver I use does accept ODBC timestamp escapes in bound parameters whereas the MS one appears not to. So, if you are using the ODBC escapes with your driver you'd need to concatenate them into your SQL or pass them as plain timestamp strings in a format MS accepts.

  • Comment on Re^15: SQL query using elements from array

Replies are listed 'Best First'.
Re^16: SQL query using elements from array
by AllPaoTeam (Acolyte) on Nov 03, 2014 at 19:47 UTC
    OK, thanks I will try that, once again thank you for all your time and effort!