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
Sharepoint Foundation 2010
Exchange 2007 Configuration in SBS 2008
Question about threading with XML
special char in passwords
USB DRIVE ERROR -- " Please insert a disk into drive O: "
setting up a DC on a 2003 domain for a romote site
How can I allow user to modify the interface of the application (Visual Studio)?
Convert XML to PHP Feed
Jquery: Change banner when hover over text and icon
SQL 2005 database move to Windows 7 64 Bit with SQL 2008 R2 Engine installed