Does anyone know how to obtain the primary key of the record that was just
inserted after running a
SqlCommand.InsertCommand as text ? (I'm using C# to code in. SQL server
2000 is the data source and the keys auto increment.)
TIA,
Chris
...
more >>
I get a Visual Studio Delay Notification whenever I try to work with a
DataSet in my ASP.NET/VB 2005 website.
When this happens, I have to end the devenv.exe process because Visual
Studio basically just 100% hangs while it is "busy". This problem just
started occuring yesterday and I have nev...
more >>
hi all. I have a dataset and would like to do something like "select
distinct field1, field2 from fields" against the dataset. I do not
have the option of creating a new database table and selecting from
that table. Nor do I have the option of changing how the dataset is
populated. I need to...
more >>