Page 1 of 1

6.6.2-RC SLQ Server Disconnect not disconnecting??

Posted: 26.08.2008, 12:40
by ChaosBiker
I am using 6.6.2-RC,
trying to set up a simple program to teach myself how to use,
I can connect,
but if I call ZConnection.Disconnect, the connection does not seem to close...
Also ZConnectionAfterDisconnect seems to be never triggered.

Am I missing something? :(

Posted: 26.08.2008, 19:39
by mdaems
That's strange.

Did you have a look at the samples from the zeoslib distribution?
What database are you using?

Please try using 6.6.3-stable. It had some bug fixes. (But I don't think they have impact on your problem, however)

Mark

Posted: 27.08.2008, 21:16
by ChaosBiker
just doign a simple setup

ZConnnection
set to MSSQL as type
fill in host, fill in username and password,
even fill in database
Button that calls ZConnection1.Connect; a-ok
Button that calls ZConenction1.Disconnect; nothing happens :(