bioS
10-17-2003, 12:03 PM
Hello,
I'm writing an application which will have a part on the web (ASP.Net) and another will use a webservice from a client application. Some of its methods use another class which is used to connect to an Access database.
When I use this second class from my ASP.Net pages, everything works fine.
But when I use it from the webservice, a lock (.ldb) stay on the server, even if I close the Connection and the DataAdapters.
Do you know if there is anything special to do when using a webservice ? (it is the first time I build one...)
Thanks for your ideas.
I'm writing an application which will have a part on the web (ASP.Net) and another will use a webservice from a client application. Some of its methods use another class which is used to connect to an Access database.
When I use this second class from my ASP.Net pages, everything works fine.
But when I use it from the webservice, a lock (.ldb) stay on the server, even if I close the Connection and the DataAdapters.
Do you know if there is anything special to do when using a webservice ? (it is the first time I build one...)
Thanks for your ideas.