MySQL Forums
Forum List  »  Microsoft Access

Re: This Recordset is not updateable
Posted by: Mike Hillyer
Date: November 18, 2004 03:45PM

CREATE TABLE auto_example(
ID INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
value VARCHAR(20)
);

Mike Hillyer, Technical Writer
MySQL AB, www.mysql.com
Office: +1 403-380-6535

Blog: http://www.openwin.org/mike

"The Open Source movement has become a major force across the software industry, and MySQL is the world's most popular open source database."
--Fortune Magazine



Edited 1 time(s). Last edit at 11/18/2004 03:45PM by Mike Hillyer.

Options: ReplyQuote


Subject
Views
Written By
Posted
8232
November 15, 2004 03:04PM
3716
November 15, 2004 03:31PM
3081
November 18, 2004 03:41PM
Re: This Recordset is not updateable
3018
November 18, 2004 03:45PM
3052
January 06, 2005 05:07PM
2925
January 05, 2005 11:37PM
2723
January 06, 2005 09:43AM
3020
January 06, 2005 04:30PM
2690
January 06, 2005 09:04PM


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.