Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ASP.NET locks files
Message
De
13/05/2006 01:26:54
 
 
À
12/05/2006 21:59:49
Information générale
Forum:
ASP.NET
Catégorie:
Bases de données
Versions des environnements
Environment:
VB 8.0
Divers
Thread ID:
01121566
Message ID:
01121594
Vues:
13
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform