Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ASP.NET locks files
Message
From
13/05/2006 01:26:54
 
 
To
12/05/2006 21:59:49
General information
Forum:
ASP.NET
Category:
Databases
Environment versions
Environment:
VB 8.0
Miscellaneous
Thread ID:
01121566
Message ID:
01121594
Views:
11
>I haven't used DBF tables in our .NET app, so this may or may not have anything to do with it ... but I'm wondering if your app is keeping the connections open? You should only be connected to your database as briefly as possible. IOW, open the connection, grab the data, close the connection and then do stuff with your data. When you're ready to update the database, open the connection, update the database, close the connection. Are you doing it this way?

The data adapter object goes out of scope on each request. So, this should not be a factor.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform