[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.odbcnet

DateTime can't be fetched by ODBC.net !

(Dye hwa)

7/30/2002 3:33:00 PM

Hi,

I had a mysql database, and some fields containing datetime, such as
'1000-01-01 00:00:00'.
my friend used php to connect to the database , and got data,
everything worked well.

But I use odbc.net connect to that database, i always receive the
error "No proper datetime format, day or minite or second out range".

why?
I notice that there are "Datetime" and "smallDatetime" on the help
manual of odbc.net. Is that error coming from that?


Alex