|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Saturday, April 02, 2011 7:47 AM
Points: 1,
Visits: 8
|
|
Hi All I'm trying to get the identity of an inserted record from a table in SQL Server CE using a table adapter , but not able to. I tested the same in SQL Server - no problem. Can anyone help? I'm programming in C#.
Thanks!
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, April 27, 2011 5:51 AM
Points: 1,
Visits: 2
|
|
Hi.. i think for that You need to use SCOPE_IDENTITY() @@IDENTITY in sql server 2005.
|
|
|
|