Search found 65 matches

by klchin
04.08.2009, 10:17
Forum: 6.6 - stable
Topic: QReport Ver 3.0.5 + C++Builder 5.0 Pro Unknow Problem
Replies: 0
Views: 360

QReport Ver 3.0.5 + C++Builder 5.0 Pro Unknow Problem

Hi, QReport V3.0.5 + with Zeos V5.5 used to be worked fine under the MySQL database. Note : the data field was an integer. The report had field TQRDBText that display a real value with the MASKformat "###,##0.00", after upgrading to ver 6.6x, it did not display the value as real instead th...
by klchin
09.07.2009, 10:19
Forum: 6.6 - stable
Topic: [patch_done] ZPlainAdo EOF cause C++B5 compile problem
Replies: 3
Views: 356

Hi Mark, Sorry dor un-clear request. Under the ZPlainAdo.pas Change from property BOF: WordBool read Get_BOF; property EOF: WordBool read Get_EOF; To lines like below property Bof: WordBool read Get_BOF; property Eof: WordBool read Get_EOF; Because under C/C++ 'EOF' defined in header fle stdio.h. Re...
by klchin
09.07.2009, 10:05
Forum: 6.6 - stable
Topic: [patch_done] Possible Memory Leakage
Replies: 6
Views: 730

Hi Mark,

I had downlaoded the SVN 671.

Under ZClasses.pas

const
ZEOS_VERSION = '7.0.0-dev';

Is this correct version?

Regards,
KL Chin
by klchin
09.07.2009, 03:51
Forum: 6.6 - stable
Topic: [patch_done] ZPlainAdo EOF cause C++B5 compile problem
Replies: 3
Views: 356

[patch_done] ZPlainAdo EOF cause C++B5 compile problem

Hi Marks,

Can you change the property of EOF and BOF for ZPlainAdo
to other character said Eof/Bof.

Because it cause compilation error under C++Builder 5.

Thx.
by klchin
26.06.2009, 03:13
Forum: 6.6 - stable
Topic: [patch_done] Possible Memory Leakage
Replies: 6
Views: 730

Here some points a) Will Finish/PQFinish really free it? b) Since Handle in general was a POINTER, so setting to NIL was redandunt, unless it was COM object c) If set to NIL, then it should be declare as "var Handle : PZPostgreSQLConnect;" to reflect the rest of the code, otherwise it coul...
by klchin
24.06.2009, 10:18
Forum: 6.6 - stable
Topic: [patch_done] Possible Memory Leakage
Replies: 6
Views: 730

[patch_done] Possible Memory Leakage

Hi, Compiling version '6.6.5-stable' with C++B5 Warning Value assigned to 'Handle' never used under [code] unit ZDbcPostgreSqlUtils; procedure CheckPostgreSQLError(Connection: IZConnection; PlainDriver: IZPostgreSQLPlainDriver; Handle: PZPostgreSQLConnect; LogCategory: TZLoggingCategory; LogMessage:...
by klchin
01.06.2009, 03:44
Forum: 6.6 - stable
Topic: EStackOverflow
Replies: 3
Views: 434

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
by klchin
31.05.2009, 17:03
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: While compiling a program in bcb6..
Replies: 4
Views: 3011

Hi,

Sorry, it should be the ".h" in the source code not the file in the folder.
by klchin
29.08.2008, 06:03
Forum: 6.6 - stable
Topic: Download vclado50.bpl and rtl.bpl
Replies: 2
Views: 1430

Hi, Can u add/change below, fixes for C++Builder 5.00, -------------------------- unit ZAbstractDataset; -------------------------- TZAbstractDataset = class(TZAbstractRODataset) published property Filtered; property Params; property ParamCheck; property ReadOnly; property RequestLive; property SQL;...
by klchin
28.08.2008, 11:05
Forum: 6.1.5
Topic: Interface Not Support
Replies: 4
Views: 2039

I had tested a) MySQL version 4.0.x, 4.1.x and 5.0.x, (with/without --old_password) b) MySQL ODBC ver 3.51 and 5.1, c) Zeos 6.1.5 and 6.6.3 d) Win2kSP SP2 and SP4. BTW, I had deployed about 10 similar setup, with Win2k and 2003, this is the very 1st time having this problem. Also, had verifed from t...
by klchin
28.08.2008, 09:07
Forum: 6.1.5
Topic: Interface Not Support
Replies: 4
Views: 2039

Hi,

I added ZSQLMonitor, just show 2 lines

>> 2008-08-28 16:04:11 cat: Connect, proto: ado, msg: CONNECT TO "table" AS USER "root"
>> Interface not supported <-- catch exceptional

What else I can do?

Regards,
KL Chin
by klchin
28.08.2008, 08:13
Forum: 6.1.5
Topic: Interface Not Support
Replies: 4
Views: 2039

Hi,

I used Zeos ver 6.6.3 having the same problem.
any help?

Regards,
KL Chin
by klchin
27.08.2008, 10:07
Forum: 6.6 - stable
Topic: ODBC Error - Multiple-step operaion
Replies: 0
Views: 427

ODBC Error - Multiple-step operaion

Hi, On few configuration, tested Win2003 and WinXP pro with Zeos 6.6.3 and 6.1.5 with MySQL server. MyODBC 3.51, got ODBC Error 0x80040E21 - Multiple-step operation generated errors. Check each status value. The table stucture is very simple Problem table ------------------ CREATE TABLE `shwtype` ( ...
by klchin
27.08.2008, 08:56
Forum: 6.6 - stable
Topic: Download vclado50.bpl and rtl.bpl
Replies: 2
Views: 1430

Download vclado50.bpl and rtl.bpl

Hi, I using C++Builder 5.0 Pro ver. Had error when compile 6.6.3. it required vclAdo50.bpl/bpi and rtl.bpl/bpi When can I download it, or can someone send to my email - klchin@1asia.com.my BTW, I had managed to compile it, by removing all the references for vclAdo50 and rtl from the cpp and bpr file...
by klchin
25.08.2008, 16:47
Forum: 6.1.5
Topic: Interface Not Support
Replies: 4
Views: 2039

Interface Not Support

Hi,

Does anyone know what could be the possible reason why the ADO
protocol have the error of "Interface Not Support" with MySQL
either version 4.x or 5.x. It can login but even with a very
query "SELECT * FROM abc" also had problem.

Regards,
KL Chin