Viewing 2 posts - 1 through 2 (of 2 total)
Hi Steve,
I experienced same problem when I used submit button(image of submit type) and form was posted with use of javascript. When the combination of 2 was used there were duplicate...
April 12, 2004 at 11:47 pm
#502493
In ASP I think this can be handled by firing both the queries togather i.e.
sql = "insert into Students_Table (studentname) values ('John') Select @@IDENTITY as id".
You can access the...
November 13, 2003 at 9:10 am
#481895