Bug when i connect with zconnection

The alpha/beta tester's forum for ZeosLib 7.0.x series

Report problems concerning our Delphi 2009+ version and new Zeoslib 7.0 features here.

This is a forum that will be removed once the 7.X version goes into stable!!

Moderators: gto, EgonHugeist, olehs

Locked
lavoro92
Fresh Boarder
Fresh Boarder
Posts: 7
Joined: 23.03.2011, 16:32

Bug when i connect with zconnection

Post by lavoro92 »

When i connect with Zconnection in my database the first i access but the second access saw a error that say that the library
The error is the follow :
Image
mrLion
Senior Boarder
Senior Boarder
Posts: 71
Joined: 20.03.2010, 10:17

Post by mrLion »

lavoro92, It's your fault and not ZEOS. You have the same plain language states that the program can not find the DLL. NTWDBLIB.Dll Apparently this is a library to access your database.
lavoro92
Fresh Boarder
Fresh Boarder
Posts: 7
Joined: 23.03.2011, 16:32

Post by lavoro92 »

Impossible, MrLion beacuse the first connection is success , and i close this connection before open the same connection .
And i never work directly with the dll.
mrLion
Senior Boarder
Senior Boarder
Posts: 71
Joined: 20.03.2010, 10:17

Post by mrLion »

What database? And what you are use Delphi or C++? Try to cath Exception in "try... finally " or "try catch" block for get all info about raised error. ZEOS raised ZException errors, so you messages indicates what problem not ZEOS-lib.
lavoro92
Fresh Boarder
Fresh Boarder
Posts: 7
Joined: 23.03.2011, 16:32

Post by lavoro92 »

i resolve the problem it my fault , i did a mistake when i select the database :D sorry ^^
Locked