Ask a Question related to ASP.NET General, Design and Development.
-
kam #1
Locking file problem
I use the server explorer to drap and drop an Access
Table into a Web Form. so the oleDbconnection and
oldebdataadapter object were created.
Then I right click on the olddbdataadapter and select
generate a DataSet.
Then I put a DataGrid and use the builder to config it.
Then I fil and Databind it.
When I run it, there is an error 'Could not lock file' on
the OlddbDataAdapter.Fill(DataSet) line
pls help.
What's configuration that I need to setup?
kam Guest
-
Win 2K3 & File Locking
Anyone aware of file locking issues specific to Perl on Windows 2003 server? -
File locking for all my needs
I thought this could be usefull to someone but before you use it bear in mind its limitations, - probably works as expected only on Linux and... -
Confused about locking a file via file.flock(File::LOCK_EX)
I am writing a ruby appl under AIX where I need to update the /etc/hosts table. I would like to make sure that during my update nobody else can... -
Locking File
Hello, I am opening a file like below: FileStream fs = File.Open(Server.MapPath("../Data/REFCOD.txt"),FileMode.Open,FileAccess.Writ... -
file locking
Hi All, There are 3 different file locking mechanisms in C: flock lockf fcntl I want to write a Ruby script, which shares files with a C...



Reply With Quote

