Page 1 of 1

EStackOverflow

Posted: 31.05.2009, 23:29
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!

Posted: 01.06.2009, 03:44
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

Posted: 01.06.2009, 11:53
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?

Posted: 01.06.2009, 15:53
by RoBman79
Problem solved! (I'll write more later, thx.)