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
why we need some services on Windows 2003 DC?
Multimedia audio controller installation
Win 7 - PDF Printer Setup
Getting data from two ListBoxes with a button click event
Compaq cq60-313sa constantly freezes
scecli 1704 causes application to hang
Need to find out switch & firewall IP and logon credentials
Counting multiple fileds in a Report
How do I summarise totals per category?
php syntax