MySQL Forums
Forum List  »  Connector/ODBC

E_FAIL SOLUTION HERE!!!!
Posted by: arrudatr
Date: March 07, 2007 04:28AM

i am using VB6
i had same error and i found that

table =reservation
columns
id integer auto
date date 0000-00-00
time time 00:00:00

when i enter time value as "00:00:00" mysql accept it but after it u cant use table anymore with error E_FAIL . when i deleted the record with 00:00:00 i can continue with no problem.....

first record
date--- 07.03.2007
time--- 00:00:00

record success

second record
date--- 09.03.2007
time--- 11:30:00

OR

date--- 07.03.2007
time--- 00:00:00


Provider or other service returned an E_FAIL status Error

when i delete record with time valur "00:00:00"

date--- 09.03.2007
time--- 11:30:00

record success

NEWER ENTER DATE OR TIME VALUE AS 0000-00-00 or 00:00:00

Options: ReplyQuote


Subject
Written By
Posted
January 17, 2006 03:43AM
E_FAIL SOLUTION HERE!!!!
March 07, 2007 04:28AM
October 09, 2007 05:49AM
October 15, 2007 02:14AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.