473,770 Members | 1,862 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Release lock on XML file

I'm reading an XML file on our web server using a DataSet. I then bind it
to a DataGrid. What's the proper method of releasing the lock on the file?

DataSet ds = new DataSet();
ds.ReadXML(file Name);
dg.DataSource = ds;
dg.DataBind();

Thanks in advance.
Mark

Nov 18 '05 #1
2 2515
how about using

ds.Dispose();

--

Regards,

Hermit Dave
(http://hdave.blogspot.com)
"Mark" <mf****@idonotl ikespam.cce.umn .edu> wrote in message
news:OD******** *****@TK2MSFTNG P12.phx.gbl...
I'm reading an XML file on our web server using a DataSet. I then bind it
to a DataGrid. What's the proper method of releasing the lock on the file?
DataSet ds = new DataSet();
ds.ReadXML(file Name);
dg.DataSource = ds;
dg.DataBind();

Thanks in advance.
Mark

Nov 18 '05 #2
DataSet ds = new DataSet();
ds.ReadXML(file Name);
dg.DataSource = ds;
dg.DataBind();
ds.Dispose(); // dipose the dataset after binding it. that should release
the xml file

sorry about the previous oneliner. i think i should call it a day now. hope
this helps

--

Regards,

Hermit Dave
(http://hdave.blogspot.com)
"Mark" <mf****@idonotl ikespam.cce.umn .edu> wrote in message
news:OD******** *****@TK2MSFTNG P12.phx.gbl...
I'm reading an XML file on our web server using a DataSet. I then bind it
to a DataGrid. What's the proper method of releasing the lock on the file?
DataSet ds = new DataSet();
ds.ReadXML(file Name);
dg.DataSource = ds;
dg.DataBind();

Thanks in advance.
Mark

Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
7773
by: John P. Speno | last post by:
So you have this problem, and you decide to use threads to solve it... System is Python 2.3.3 on Solaris 9. I'm using the classic Python thread model. Main thread puts stuff into a Queue.Queue() and worker threads get stuff out of it and do their thing. On occaision, I get an exception in the main thread when it tries to put something into the Queue.
2
1632
by: Sharon | last post by:
I’m writing a thread wrapper for a safe thread termination by using stop event. Whenever the thread stop event is signaled, I want to release the thread in case it’s blocked on Monitor.Enter() or Monitor.Wait(). Note that when I’m writing this code, I do not know on what object the Monitor will block on. Is there a way to release the thread from the Monitor blocking except using Thread.Interrupt() (Any kind of wrapping is acceptable)...
14
3839
by: Gary Nelson | last post by:
Anyone have any idea why this code does not work? FileOpen(1, "c:\JUNK\MYTEST.TXT", OpenMode.Binary, OpenAccess.ReadWrite, OpenShare.Shared) Dim X As Integer For X = 1 To 26 FilePut(1, Chr(X + 64)) Next Lock(1, 5, 10)
0
1480
by: Lonewolf | last post by:
Hi I'm faced with a very pesky problem. I have a managed assembly done in C++/CLI which interface to native C++ codes, and a C# app which consumes this assembly. I realize that when both the app adn assembly are in release mode, running in the VS IDE by pressing F5 with the active config set to release, it was able to work flawlessly. However, running the app and assembly on its own, will crash it. Debug mode however works both ways...
0
3130
by: BobAchgill | last post by:
Is there a way to get AxWindowsMediaPlayer1.URL to release it's lock on the file it has finished playing? Because it is not letting go of the resource I cannot delete the file and re-record it with another MP3 record tool. I have a work around. I do like I do with my dog. I offer her something else to put in her mouth and then she drops it to take hold of the new. Likewise I give AxWindowsMediaPlayer1.URL = blank.mp3 so he will...
1
3007
by: satish mullapudi | last post by:
Hi all, I am using DB2 v 8.2 , Win XP OS. I have creaed a sample situation which results in a deadlock created by appl1 & appl2.Now, I want to release one of the locks (using CLP, not Control Center) so as to release the deadlock.now how can I be sure that I am releasing the appropriate lock held by one of the aplication (say appl2). Using Control center -Application list -show lock chains we can say which applications hold which lock &...
5
4097
by: pgdown | last post by:
Hi, I have several processes accessing files from one folder, but only one process should ever access each file. Once one process has the file, no other process should be allowed to access it, even after the first process is finished with it, except in the case where the first process crashes. In pseudo code.. * Open file with exclusive lock * Process file - failure will throw exception, skipping 'Remove
2
1636
by: Piotr Sobolewski | last post by:
Hello, I have such program: import time import thread def f():     global lock     while True:         lock.acquire()         print thread.get_ident()
6
2774
by: Delaney, Timothy (Tim) | last post by:
Piotr Sobolewski wrote: 1. You should use the threading module. 2. No need for the "global lock" statement here - you're not rebinding the name "lock". 3. These aren't daemon threads, so your program will never exit. You will need to set a flag or something after the time.sleep(60).
0
9454
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10099
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10037
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8931
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7456
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6710
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5354
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2849
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.