• I notice that the ODBC datetime format is very strict!

    select { ts '2008-09-21 12:34:56' }is OK.select { ts '2008-9-21 12:34:56' } produces a conversion error!

    Derek