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
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