Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: SET IDENTITY_INSERT with ASP?


Message #1 by "Jake C" <jakeone@b...> on Mon, 20 Nov 2000 12:51:41 -0000
Is there a way of using SET IDENTITY_INSERT tablename ON from an ASP page?

 I want to copy data from a temporary table into a permanent table (which

has an identity column, hence the use of IDENTITY_INSERT).

Message #2 by sastry o <sastry_sa@y...> on Mon, 20 Nov 2000 05:38:04 -0800 (PST)
Dear Jake,

            I think you can execute the SET

IDENTITY_INSERT tablename ON statement by using a

Connection object. Try it.

                                          regards

                                  O.Patanjali Sastry

--- Jake C <jakeone@b...> wrote:

> Is there a way of using SET IDENTITY_INSERT

> tablename ON from an ASP page?

>  I want to copy data from a temporary table into a

> permanent table (which

> has an identity column, hence the use of

> IDENTITY_INSERT).

> 


  Return to Index