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
Exchange 2010 ActiveSync Issues
Programming actions for combo boxes in Microsoft Excel 2007
hosted exchange?
Navigate to another page from JavaScript
SQL Recordset from XML data
XenApp 6 configuration of thin client printers
Incoming spam
using <br> in sql statements from asp
Why won't the HP Systems Management homepage display our system status ?
Adding option and value to dynamically to dropdown menu