Search found 4 matches
- 03.04.2007, 08:21
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Trouble while installing ZEOSDBO 6.6.1 beta on Delphi 2007
- Replies: 18
- Views: 4949
- 11.03.2007, 22:08
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: 6.6.1 Delphi 6 MySql 5
- Replies: 3
- Views: 1509
- 11.03.2007, 05:59
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: 6.6.1 Delphi 6 MySql 5
- Replies: 3
- Views: 1509
Thanks Mark, It does work fine when the connected property is set to true in a buttonclick procedure, which will be okay, although sometimes it is nice to set it true in the IDE for layout purposes, but not a show stopper. I have tried various path adjustments in the IDE with no luck - oh well. Best...
- 03.03.2007, 19:01
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: 6.6.1 Delphi 6 MySql 5
- Replies: 3
- Views: 1509
6.6.1 Delphi 6 MySql 5
Several things.... In Delphi 6, the .pas files will not compile until I edited every file so that the Include directive eg.{$I ZCore.inc} is after the "uses" statement. Here is what the beginning of ZClasses.pas looks like now: unit ZClasses; interface uses SysUtils, Classes; {$I ZCore.inc...