I want to retrieve identity column value after running Insert or Update (using Access DB in C#). How can I do it?
I\'m about to develop database server app; I have decided not to use typed dataset/dataset, except in the DAL, (so I\'m not asking the question whether to use dataset or custom objects).
I inherited a giant dataset that my profiler notes that the InitClass method takes over 5 seconds to load.
I have a dataset named DocumentDataSet along with a class named Document. When the dataset is serialized, I need it to have it root named \"Document\" because I\'m communicating with a 3rd party webs
Please help out newbie. I am reading mothly sales statistics for last two years from stored procedure, display it on asp.net site and it works just fine.
This is a problem that my friend asked over the phone. The C# 3.5 program he has written is filling a Dataset from a Patient Master table which has 350,000 records. It uses the Microsoft ADO.NET drive
DataContext/Entity Model always read data from Database. is 开发者_JAVA技巧there any way DataContext/Entity Model will read the data from DataSet.
I am passing user defined classes over sockets.The SendObject code is below.It works on my local machine, but when 开发者_高级运维I publish to the WebServer which is then communicating with the App Se
I have some old code that was using 开发者_运维百科Subsonic 1.x and want to migrate to 3. Some of my old methods used to return a Dataset using the old Subsonic Query object and then just calling Exec
I am working on WCF with DataSet.xsd i开发者_运维知识库n a C# application. Could you please tell me how to do Update and Delete?Your question is very unclear and broad - I don\'t think anyone can rea