Subject | Embedded server crashes VB-IDE |
---|---|
Author | Elmar Haneke |
Post date | 2004-04-14T08:24:11Z |
Hi,
on using the embedded server instead of the client-DLL I did notice
that the VB6 IDE does crash shortly after aborting the program if
there are still local databases attached. The crash does not occurr if
only remote databases are connected.
The reason should be the skipped clean up on aborting the program - VB
does not close the database-object on ending the program. For running
the software as an EXE file this is not a problem at all since on
aborting the entire process is removed - nothing is left over to crash.
Is there any config item to avoid the crash?
Elmar
on using the embedded server instead of the client-DLL I did notice
that the VB6 IDE does crash shortly after aborting the program if
there are still local databases attached. The crash does not occurr if
only remote databases are connected.
The reason should be the skipped clean up on aborting the program - VB
does not close the database-object on ending the program. For running
the software as an EXE file this is not a problem at all since on
aborting the entire process is removed - nothing is left over to crash.
Is there any config item to avoid the crash?
Elmar