My application has 5 forms each with a datagrid control and adodc control linked to a common access database (.mdb). When I run this application more than 10- 15 times either from VB development enviroment or as an exe, I get the following runtime errors.
1. Unspecified error.
2. Runtime error '-2147467259 (80004005)
Method 'Refresh' of object 'IAdodc' failed.
This what microsoft website has to say about it...
"
They talk about multiple instances.., but I donot deal with multiple instances of the same application at the same time.
At any time there is only one instance of the application running.
Do anybody knows any way to avoid this error?
Thanks in advance.
Bala
1. Unspecified error.
2. Runtime error '-2147467259 (80004005)
Method 'Refresh' of object 'IAdodc' failed.
This what microsoft website has to say about it...
"
They talk about multiple instances.., but I donot deal with multiple instances of the same application at the same time.
At any time there is only one instance of the application running.
Do anybody knows any way to avoid this error?
Thanks in advance.
Bala