Hi,
I have some strange problems:
I connect to database with OleDB and change the database reference to the master. After it I do:
a. Drop my database and create a new one. (No user connected to my database)
b. Delete all tables and shrink database.
In both cases my application is stop response on some computers. Also it works on computer that connected to my network and after I disconnect it from my network they stop response.
* Change reference to master I tryed by OleDB function and by SQL expression. In both cases it doesn't help me.
* I am not using the pooling for the connection.
* I have tryed my queries in Query Analyzer and it works fine.
How can I solve it?
I need renew database each time when I insert new start data that I get from some files.
Thank's
Alexei