|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
Run-time error '3709':
I have write a VB6 program. It can run efficiently when the startup object set to Sub Main. However, after i change the startup object to the firm called frmXXX, the following message pop up:
Run-time error '3709': Operation is not allowed on an object referencing a closed or invalid connection. P/s: frmXXX is the only form that i created. Anyone know why the problem exist?? Pls advised thanks! |
|
#2
|
|||
|
|||
|
I'll take a guess that somewhere in your code on frmXXX you are trying to reference a closed or invalid connection. Perhaps you open a db connection in Sub Main?
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Run-time error '3709': |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|