Does VORTEX convert dates passed in strings to the database format?
No, VORTEX does not modify any data passed to VORTEXcli. Dates are a problem for DBMS applications because every DBMS has a different date string format. If you pass date/time information in as a string, the application is reponsible for making sure the format is correct. If you use our TDT_DATETIME format, then you will always be ok. Use our conversion routines to convert your date/time string into our internal datetime format.