Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TableAdapter - how to get two keys after insert?
Message
 
 
To
All
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
TableAdapter - how to get two keys after insert?
Environment versions
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01398218
Message ID:
01398218
Views:
115
Hi everybody,

I have Orders Table (PK Guid, OrderDate) I also added identity column to this table (though this change was not yet reflected in my DS).

Now, how can I add a new method to my TableAdapter to return both GUID and ID for my insert

(which I suppose should be insert into Orders (OrderDate) values (Getdate())

I need to return back SCOPE_IDENTITY() as well as NewID(). Or at least NewID() that I'm putting there as ID of the order may not be that important, though I may want to display it.

I can not use SP as it's SQL Server CE.

Appreciate your ideas.
If it's not broken, fix it until it is.


My Blog
Next
Reply
Map
View

Click here to load this message in the networking platform