On Dec 18, 2006, at 7:02 PM, Charles Yeomans wrote:
> Valentina does not like the following SQL command.
>
> INSERT INTO Table1 (datetimeField) VALUES ('2006-01-02 01:02:03')
>
> Can Valentina not handle date strings in SQL format?
In fact it can, if you set the VDatabase.DateFormat and DateSep
properties appropriately.
Charles Yeomans