EStackOverflow

In this forum we will discuss things relating the ZEOSLib 6.6.x stable versions

Moderators: gto, EgonHugeist

Post Reply
RoBman79
Fresh Boarder
Fresh Boarder
Posts: 5
Joined: 30.05.2009, 13:15

EStackOverflow

Post by RoBman79 »

Hi!
I'm connected to MySQL database via ZeosLib 6.6.5 and BCB6 gives me this error, when I click on DBGrid. I tried to find reason, but unsuccessfully.
If there is someone who wants to help me, you can download my project here and my MySQL table as SQL Dump here. It's only few lines of code.
Any ideas, please? Thanks a lot!
klchin
Senior Boarder
Senior Boarder
Posts: 65
Joined: 02.09.2005, 06:27

Post by klchin »

Hi,

Check you source code, your code were recursive called.
Stackover flow nothing do to with Zeos or other lib, it was your
own code cause the problem.

Regards,
KL Chin
RoBman79
Fresh Boarder
Fresh Boarder
Posts: 5
Joined: 30.05.2009, 13:15

Post by RoBman79 »

But even when I have only three lines of code, I get EStackOverflow error.
ZTable1->TableName="kontakty";
ZConnection1->Connect();
ZTable1->Active=true;
Do you see any fault here?
RoBman79
Fresh Boarder
Fresh Boarder
Posts: 5
Joined: 30.05.2009, 13:15

Post by RoBman79 »

Problem solved! (I'll write more later, thx.)
Post Reply