MySQL Forums
Forum List  »  Newbie

Actual String, Expecting AutoInc error
Posted by: Jim Sawyer
Date: July 05, 2016 02:55PM

I have a table with a certain field, HerdMem, designed to be varchar(20). I've been using this table for several weeks without problem, but suddenly the program won't run when this table is opened. I get an error specifying that
STRING was expected, but AUTOINC was found for this specific field. I've checked everything I know to check. When I instruct mysql to "describe" the table it lists HerdMem as varchar(20). So where does this AutoInc come from and how can I correct the problem. I have no idea, and I hope you can help me.

Thanks,
Jim Sawyer

Options: ReplyQuote


Subject
Written By
Posted
Actual String, Expecting AutoInc error
July 05, 2016 02:55PM


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.