
February 3rd, 2006, 02:32 PM
|
|
Registered User
|
|
Join Date: Jan 2006
Posts: 2
Time spent in forums: 22 m 11 sec
Reputation Power: 0
|
|
VB crashing with RDO connections
I'm building a FoxPro DBF database analysis program, which uses RDO. With the program, you can (in theory) analyze up to 10 files at once.
The program makes 7 different RDO connections. The connections are closed at the end of each file and re-established at the start of each new file. If I try to analyze 10 different files, it will crash somewhere around file 5 or 6 on one on the following statement:
cn3.EstablishConnection "rdDriverNoPrompt"
I don't know why. It has established that connection several times prior to crashing in the program. Does this all make sense? And if so, any ideas how to make it stop?
|