BTW, this is the link to the T-SQL that you need to invoke: http://msdn.microsoft.com/en-us/library/ms188059.aspx
You set IDENTITY_INSERT to ON before you begin to insert rows for which you will be providing pre-computed PK values and then set it back to OFF after you are done inserting such rows into the table. Steve Bohlen [email protected] http://blog.unhandled-exceptions.com http://twitter.com/sbohlen On Tue, Aug 17, 2010 at 11:06 AM, Wayne Douglas <[email protected]>wrote: > I dont see Use.Command in my API? > > On Tue, Aug 17, 2010 at 4:02 PM, Jason Meckley <[email protected]>wrote: > >> Use.Command > > > > > -- > Cheers, > > w:// > > -- > You received this message because you are subscribed to the Google Groups > "Rhino Tools Dev" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<rhino-tools-dev%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/rhino-tools-dev?hl=en. > -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
