If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > ERROR[HY000] Date conversion format must contain a month, day, and year component

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-21-05, 11:47
goth goth is offline
Registered User
 
Join Date: Nov 2005
Posts: 3
Angry ERROR[HY000] Date conversion format must contain a month, day, and year component

Hello together,

I've got a problem connecting to my Informix Server via VB.NET.

Calling con.open() a receive an Exception:

"ERROR [HY000] [Informix .NET provider][Informix]Date conversion format must contain a month, day, and year component"

If I print out the Environment DBDATE is set to "dd.mm.yyyy" ... any ideas?



I am using ClientSDK 2.90 under Windows XP.

Last edited by goth; 11-21-05 at 11:50.
Reply With Quote
  #2 (permalink)  
Old 11-23-05, 05:54
supinformix supinformix is offline
Registered User
 
Join Date: Apr 2004
Location: Brussels
Posts: 57
on aix we have DBDATE="MDY4/"
this means mm/dd/yyyy

I think your DBDATE should be set to "DMY4."
try it,

success
yves
__________________
Yves & Willy
Reply With Quote
  #3 (permalink)  
Old 11-23-05, 08:50
goth goth is offline
Registered User
 
Join Date: Nov 2005
Posts: 3
OMG ... thanx very much ... that's it!!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On