Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Run time Error 3027

Status
Not open for further replies.

anon1971

Programmer
Aug 9, 2008
88
US
the code below give a run time 3027 error that says the database is read only. That is not the case however I just upsized the access database to sql 2005 does anyone know what the problem is I have tried everything?

Set rst = CurrentDb.OpenRecordset("Processing", dbOpenDynaset)

rst.AddNew
 
I got it the reason for this is I didn't have a primary key on the sql server for that table.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top