Subject | Re: [firebird-support] Firebird Crash on TIB_Connection.open |
---|---|
Author | Sam Hunt |
Post date | 2005-04-13T18:38:45Z |
ra8009 wrote:
if not TIB_Connection.active then
TIB_Connection.open
If you try to open an open connection it will error.
Sam Hunt
>Setup:try:
>
>2 Windows XP computers connected peer to peer
>Both running the Firebird 1.52 SuperServer.
>I'm using TCP/IP as my protocol.
>I've made successful connections like this in similiar situations.
>
>Problem:
>
>Computer 1 runs an application that tries to open a database on
>Computer 2. However, when my applicaiton hits the
>"TIB_Connection.open" the application never finishes executing the
>statement and Firebird on the other computer crashes. It's service has
>to be shut down and restarted. What might be causing this?
>
>
>
>
>
>
>
>
>
>Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
if not TIB_Connection.active then
TIB_Connection.open
If you try to open an open connection it will error.
Sam Hunt