Working with Data Table

R

RG

Is there an easy way to load c# data tables with sql data using recordsets
thereby avoiding using ado classes?

In a web application, can there be 1) one instance of a particular data
table connected to a specific database/table att all times and have all web
clients a view to that data? 2) How to make contents of c# data table
synchronized with that of the database table ?

Is there a way to lock db tables between web responses?

Any help and/or sample code is appreciated.

Thanks in advance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top