Search found 4 matches

by Aquineas
29.12.2005, 11:49
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: BDS 2006 and MySQL 5.0
Replies: 5
Views: 1856

Okay, so I've done some more research into this. Apparently, I'm not the only one with this problem: I wrote a standalone "C" app using VS2005 against libmysql, and verified that after closing a database, those same threads are still left laying around. So something in the mysql client lib...
by Aquineas
17.12.2005, 15:18
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: BDS 2006 and MySQL 5.0
Replies: 5
Views: 1856

More data points. I used the built-in dbExpress driver to connect to the database and disconnect at form closing (basically the same thing I was doing with Zeos), and I see the same number of spawned threads created at connection time (five), but shutdown happens gracefully. My suspicion is that som...
by Aquineas
17.12.2005, 14:08
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: BDS 2006 / C++ Builder
Replies: 1
Views: 837

It can be done, but it takes some project file mangling. Takes about an hour of finagling, including: You have go into each project package and specify that an output location for the .BPI files, or you will get unresolved eternals as the different packages reference themselves It's a good idea to t...
by Aquineas
17.12.2005, 13:58
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: BDS 2006 and MySQL 5.0
Replies: 5
Views: 1856

BDS 2006 and MySQL 5.0

Hey folks, newbie Zeos user here. I'm using the release version of BDS 2006 (C++ Builder Personality), and I just made a simple form with a "Connect" button. I basically connect (successfully) to the database, and when the form is shutting down (in a Close event), I disconnect (if connecte...