Re: ADO dates and '0001-01-01'
cwahlmeier_at_data-tronics.com
Date: 03/24/05
- Next message: Ross McKay: "Re: ADO and Win32 Services"
- Previous message: Stephen Howe: "Re: seed property - what is this ?"
- In reply to: Madcap: "Re: ADO dates and '0001-01-01'"
- Messages sorted by: [ date ] [ thread ]
Date: 24 Mar 2005 15:48:36 -0800
Stu,
Date, Time and Timestamps are the such a pain in ADO. I would suggest
using a command object, but you say you cannot use one.
Next I would suggest that you select the date using a CHAR(anyDate). I
see your comment about fooling the recordset but failing the update...
Thus I wonder if the CHAR will meet the same demise.
Also, what is in your DB2CLI.INI file? There are several settings that
affect the interpretation of the date datatype. Many of them are
dependant on the version of your DB2 Client.
Another question, why doesn't the ADODB.Command object work for you?
Regards,
Craig Wahlmeier
- Next message: Ross McKay: "Re: ADO and Win32 Services"
- Previous message: Stephen Howe: "Re: seed property - what is this ?"
- In reply to: Madcap: "Re: ADO dates and '0001-01-01'"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|