Re: [GENERAL] ADO and timestamp/date errors

2005-02-24 Thread Craig Bryden
ROTECTED]> To: "Craig Bryden" <[EMAIL PROTECTED]> Cc: "Shachar Shemesh" <[EMAIL PROTECTED]>; "pgsql" Sent: Wednesday, February 23, 2005 11:09 PM Subject: Re: [GENERAL] ADO and timestamp/date errors > Hi Craig, > > Out of curiosity, beside port

Re: [GENERAL] ADO and timestamp/date errors

2005-02-23 Thread Jonel Rienton
firstname varchar(100), lastname varchar(100), initials varchar(15), email varchar(255), datecreated timestamp); Thanks Craig - Original Message - From: "Shachar Shemesh" <[EMAIL PROTECTED]> To: "Craig Bryden" <[EMAIL PROTECTED]> Cc: "pgsql&

Re: [GENERAL] ADO and timestamp/date errors

2005-02-23 Thread Craig Bryden
MAIL PROTECTED]> To: "Craig Bryden" <[EMAIL PROTECTED]> Cc: "pgsql" Sent: Tuesday, February 22, 2005 9:26 PM Subject: Re: [GENERAL] ADO and timestamp/date errors > Craig Bryden wrote: > > > H

Re: [GENERAL] ADO and timestamp/date errors

2005-02-22 Thread Shachar Shemesh
Craig Bryden wrote: Hi Shachar I have confirmed that I am running the latest version. The error that I get (in ADO .Net) is : ** An unhandled exception of type 'System.ArgumentOutOfRangeException' occurred in system.data

Re: [GENERAL] ADO and timestamp/date errors

2005-02-22 Thread Craig Bryden
king fine.   Thanks Craig     - Original Message - From: "Shachar Shemesh" <[EMAIL PROTECTED]> To: "Craig Bryden" <[EMAIL PROTECTED]> Cc: "pgsql" <pgsql-general@postgresql.org> Sent: Tuesday, February 22, 2005 6:13 AM Subject: Re: [GE

Re: [GENERAL] ADO and timestamp/date errors

2005-02-21 Thread Shachar Shemesh
Craig Bryden wrote: Hi I am trying to read a data set in ADO. If I exclude a timestamp field that I have in the return type, all works wonderfully. The moment I include the timestamp (i've even tried casting it as date) it bombs out with an OLEDB Exception of some type. Try reading the text of t

Re: [GENERAL] ADO and timestamp/date errors

2005-02-21 Thread Jonel Rienton
any sample code? regards, - Jonel Rienton http://blogs.road14.com Software Developer, *nix Advocate On Feb 21, 2005, at 2:05 PM, Craig Bryden wrote: Hi I am trying to read a data set in ADO. If I exclude a timestamp field that I have in the return type, all works wonderfully. The moment I incl

[GENERAL] ADO and timestamp/date errors

2005-02-21 Thread Craig Bryden
Hi I am trying to read a data set in ADO. If I exclude a timestamp field that I have in the return type, all works wonderfully. The moment I include the timestamp (i've even tried casting it as date) it bombs out with an OLEDB Exception of some type. Has anyone got any ideas? Thanks Craig