Microsoft
Software
Hardware
Network
Question : Filling a dataset without locking the database?
Currently I am doing:
cmd.CommandText = txtsql
adapter.SelectCommand = cmd
adapter.Fill(dataset)
Is there another way of filling a dataset that doesn't have a timeout in the connection and will not lock any data in the database? DataReader Perhaps?
Answer : Filling a dataset without locking the database?
You should find your answer here:
http://www.slipstick.com/p
roblems/li
nk_restric
t.htm
Random Solutions
choosing the next programming language
taking backup edge server 2007 sp1
Would an exchange server update take down the server?
3 WAN networks on a Sonicwall NSA 3500
How do a update the results of a calculated field all records in a table?
Regex newbie question
SQL 2005 - Partitioned Table Refresh
Setting up a Web Server on my PC
MySQL Query Error: Column count doesn't match value count at row 1
Automatic Open of Excel spreadsheet in Powerpoint