I am working on a web application that is consuming a Dataset returned by a web service. As the application is running I store that Dataset as a session variable to be used over and o开发者_运维技巧
I\'m using the stackoverflow dataset, I would like to know if I should convert the dataset from xml to mysql to improve the retrieval performances and work more efficient开发者_高级运维ly.
I have set up a class as a facade to access the session variables for my app.In this app I store an entire dataset for a particular employer as a session variable.
What is the easiest way to apply to database changes to the structure (not the data) made to DataSet? Do I need stuff like DataAdaptors? Is it possible to use in this way the DataSet that I configured
I 开发者_运维问答need to refresh dbgrid constantly, in real time. Close and open dataset works fine, but blink the dbgrid. What can I do to avoid this?
Is it a good idea to re-use a dataset in .net? What I mean is...I have the following code which loops a gridview
I need to save the DataSet, results of a reportin开发者_如何学Pythong app, to a table in SQL Server 2000. Do I save the datasets the same way I would store files in the DB, via Byte Array()?SQL Server
Ok so I\'m trying to use the JavaScriptSerializer to work with this code. However it crashes when it reaches the last line;
I am building an occasionally-connected WinForms application and have been following link text tutorial.
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.