I\'ve lost my data in Access base, and I\'ve manage to bring them back 开发者_运维技巧but when I copy the values in the table with the AutoNumber Column it increments the numbers.
I am using C# to write/read to an Access 2007 Database. The table is ID - AutoNumber [pkey] Fname - Text
I am trying to insert into a access db and the PK is an autonumber that is generated by the DB. I am getting a syntax error for the insert statement and dont know why. If possible I would like to retu