Link to home
Start Free TrialLog in
Avatar of patriotsfan
patriotsfan

asked on

OLEDBCommand Busy Fetching,Open

I have a C# windows application that opens up an MDB file and allows to search for a term and then delete all of the rows after it.  On my development box, I can run the code in the debugger and also install the application and run it.  But if I try to install and run the application on a users PC I get the "OLEDBCommand busy fetching,open" error message.
I have been working with 3 machines:
1 - Development box - Win2k prof running Visual Studio 2002 with .Net Framework 1.1 SP1. MS Acccess  2002 installed.
2 - Win 2k Prof with .Net Framework 1.1 SP1.  MS Access Not installed.
3 - Win 2k Prof with .Net Framework 1.1SP1 MS Access 2002 installed.

At first I didn't have Framework 1.1 sp1 installed on the devleopment dox, so I installed it and updated at the .net references and re-compiled it.  But this did not work.

I don't know where to look in the code of the problem since it works fine on my dev box.  I have researched the error and found that it usually means the oledbcommand is being called twice simutaneously, but why would it work on the development box.

Any ideas on what the problem could be?

Thanks,
PatriotsFan
ASKER CERTIFIED SOLUTION
Avatar of _kiwi_
_kiwi_
Flag of France image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of patriotsfan
patriotsfan

ASKER

I needed to install .Net 1.0 SP3 on the workstations but did not need MS Access to be installed.

Thanks!!
Patriotsfan