I've been chasing this problem so long I am at my wits end. I know someone out there has an answer.
VB application developed under VB6 SP3. MSAccess MDB with links to Pdox 4.x tables.
We have had machines running Win98 and 98SE. When this program was first developed, we found that the 98 SE machines had to have the BDE installed to work correctly. I guess that is an MDAC issue between those two editions of Windows. Anyway, the app works on those machines.
I can't get the app to work well on an XP machine. The system takes 5 minutes or so for a SELECT or UPDATE, etc. My connection is as follows:
Set cnCheckit = New ADODB.Connection
cnChekit.ConnectionString = "Provifer=Microsoft.Jet.OLDB.4.0; Data Source=W:\pdoxdata\ckekit\data\chekit.mdb; Persist Security Info=False"
Some things I know:
I had to revert back to VB6 SP3 from a SP5 situation because of a similar problem on some machines. I guess MS discontinued Paradox support between 98 and 98SE, but then reinstated support?
Can someone help, please? I need a remedy to be able to use this program for a couple more months on XP, 98, and 98 SE clients. My skills are a bit limited when it comes to this situation and I just can seem to hit the fix.