Jun 28, 2003 #1 martiros Technical User Feb 1, 2003 113 US How do I use SET IDENTITY_INSERT in ASP/Access project? I've used it with SQL server once but I'm not sure how to try it with ASP/Access... Thank you
How do I use SET IDENTITY_INSERT in ASP/Access project? I've used it with SQL server once but I'm not sure how to try it with ASP/Access... Thank you
Jun 28, 2003 Thread starter #2 martiros Technical User Feb 1, 2003 113 US conn.Execute "SET IDENTITY_INSERT " & tableName & " ON" Is it the correct way? Upvote 0 Downvote