typed-dataset

How to create a typed dataset via the designer

Hi, I need to create a typed dataset using vs.net 2008. It is not based on a database table. ...

asp.net InsertCommand to return latest insert ID

Dear all, I'm unable to retrieve the latest inserted id from my SQL Server 2000 db using a typed dataset in asp.NET I have created a tableadapter and I ticked the "Refresh datatable" and "Generate Insert, Update and Delete statements". This auto-generates the Fill and GetData methods, and the Insert, Update, Select and Delete statement...