MySQL Forums
Forum List  »  General

insert action is error
Posted by: philips philips
Date: July 30, 2004 03:50AM

i find the errors that happened in the insert action .
table's definition :

s_d_id int(4) not null
s_d_amount_unit varchar(10) not null
s_d_lanuage varchar(20)
...........................

when i inserted value into this table , usually it success. but sometime it happened a error like this .
insert into table value(11,"","")
usually it will report a error , but
in the database ,sometimes,
the value was inserted successful.

the case is happened randomly.
maybe when the server was restarted or something else happened ,the data was ignored checking .
i dont know why .
maybe it is a bug in mysql database .

Options: ReplyQuote


Subject
Written By
Posted
insert action is error
July 30, 2004 03:50AM
July 30, 2004 07:29AM


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.