6.6.2-RC SLQ Server Disconnect not disconnecting??

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
ChaosBiker
Fresh Boarder
Fresh Boarder
Posts: 22
Joined: 26.08.2008, 12:36

6.6.2-RC SLQ Server Disconnect not disconnecting??

Post 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? :(
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post 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
Image
ChaosBiker
Fresh Boarder
Fresh Boarder
Posts: 22
Joined: 26.08.2008, 12:36

Post 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 :(
Post Reply