>     Im trying to convert some existing access apps from using ODBC
> to OLEDB, only theres an issue with the ODBC date format ( {ts
> '2000-07-06 14:34:00} ). How do I properly escape/format a date/time
> value in an OLEDB query?

OLEDB doesn't use ODBC date formats, as you've discovered. I think you'll
have to use the format native to the specific database you're using. I don't
know the native Access format, but I think it's something like this:

'18-Oct-1999 14:23:32'

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to