I have a dataset in cache and I don\'t want to lose the information in the cache even开发者_如何学Python if the server is rebooted. Is there a way to do this?There are a variety of caching strategies,
I\'m having some issues trying to retrieve unique values from a DataSet in csharp, is that possible? Actually I\'m doing something like this that gets a dataset from a webservice:
Brief question What command can I use to make my DataSet refresh it\'s connection to the SQL Server before I go on to work with the DataSet object?
I have a ASP.NET web page that needs to make a SQL Server call from the client side in a script sectipn of my aspx file. I\'m calling a stored proc which takes one parm. This sp works fine in SQL Serv
net with vb and sql server 2005. i have DataSet with 3 tables in it and i want to asign all 3 tables into one DataView
We currently have an application that retrieves data from the server through a web service and populates a DataSet. Then the users of the API manipulate it through the objects which in turn change the
I\'m attempting to use the DataSet designer to create a datatable from a query.I got this down just fine.The query used returns a nullable datetime column from the database.But, when it gets around to
Well, first of all sorry about this question it must be pretty straight forward for you guys but I\'m struggling myself on it, and I need to make it work :(
I\'d like to add a DataTable to more than one DataSet without calling DataTable.Copy(). Simply copying the DataTable doubles the amount of data in memory and causes me to manage its changes. This prob
I\'m having a problem and I\'ve got the feeling it is something simple that I\'m not doing right. I\'ve got a simple ASP.NET project going. I\'ve got a DataSet that I populate from an Oracle database