Jun 28, 2003 #1 martiros Technical User Joined Feb 1, 2003 Messages 113 Location 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 Joined Feb 1, 2003 Messages 113 Location US conn.Execute "SET IDENTITY_INSERT " & tableName & " ON" Is it the correct way? Upvote 0 Downvote