Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Duplicate Records Being Inserted

    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...

  • RE: Select @@IDENTITY as id returns NULL

    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...

Viewing 2 posts - 1 through 2 (of 2 total)