Search found 65 matches

by klchin
19.03.2007, 09:54
Forum: 6.1.5
Topic: What could be the bugs/problem for DateTime
Replies: 1
Views: 2662

What could be the bugs/problem for DateTime

Hi,

Would could be the problem, retrive the datatime field result become

pField->AsString it display "2007/03/18 12:03:52 12:03:52 PM"

Database : MsSQL
FieldType : DateTime
Zeos : 6.1.5

Regards,
KL Chin
by klchin
13.12.2006, 17:49
Forum: Bug Reports
Topic: [bug_fixed] MySQL and FLOAT fields (precision)
Replies: 8
Views: 4947

Hi Mark,

Sorry for the un-clear message, what I meant was for MySQL I can easy
patch the code, but for ADO/MsSQL I cannot get the similar code.

Yes, you can close for bug for MySQL.

Thx.

Regards,
KL Chin
by klchin
07.12.2006, 06:03
Forum: Bug Reports
Topic: [bug_fixed] MySQL and FLOAT fields (precision)
Replies: 8
Views: 4947

Hi Mark,

Sorry for the late testing.

How about the type was Real for ConvertMySQLTypeToSQLType ?

For MsSQL, I was using the ADO connection, but under the pas I did
not see any similar convertion, what needed to be changes?


Regards,
KL Chin
by klchin
30.11.2006, 06:44
Forum: Bug Reports
Topic: [bug_fixed] MySQL and FLOAT fields (precision)
Replies: 8
Views: 4947

Hi Mark,

Thx for your help. I will verify the code.

Regards,
KL Chin
by klchin
26.11.2006, 07:37
Forum: Bug Reports
Topic: [bug_fixed] MySQL and FLOAT fields (precision)
Replies: 8
Views: 4947

Hi ALLs,

FYI, the same problem did happended with MsSQL also.

Regards,
KL Chin
by klchin
25.11.2006, 07:36
Forum: Bug Reports
Topic: [bug_fixed] MySQL and FLOAT fields (precision)
Replies: 8
Views: 4947

Hi,

Pls check this link http://zeos.firmos.at/viewtopic.php?t=919

Regards,
KL Chin
by klchin
24.11.2006, 15:37
Forum: Bug Reports
Topic: [bug_report] FIREBIRD and NUMERIC/DECIMAL
Replies: 11
Views: 7586

Hi Dave,

Thx for your code and idea, sound ok to me.
So, I needed to check for every field type b4 I apply the setting.

Regards,
KL Chin
by klchin
24.11.2006, 02:31
Forum: Bug Reports
Topic: [bug_report] FIREBIRD and NUMERIC/DECIMAL
Replies: 11
Views: 7586

Hi Davidb,

Thx for your suggestion. It was good idea.
The had problem, bcoz the query was dynamic, table unknown.

If it do not connect to DBGrid, will the result correct if it obtain
from query.FieldByName( 'xxx' ).AsString?

Regards,
KL Chin
by klchin
22.11.2006, 04:38
Forum: Bug Reports
Topic: [bug_report] FIREBIRD and NUMERIC/DECIMAL
Replies: 11
Views: 7586

Hi Jay,

Thx for your info.
I used C++Builder 5.0. I conncet to DBGrid, and it shown the
wrong value. I obtained the value by Field->AsString, it gave
the same problem also.

Regards,
KL Chin
by klchin
21.11.2006, 15:42
Forum: Bug Reports
Topic: [bug_report] FIREBIRD and NUMERIC/DECIMAL
Replies: 11
Views: 7586

Hi,

I have the same problem for MySQL with older Zeos 6.15.
I think due to the convertion.

Regards,
KL Chin
by klchin
07.03.2006, 04:54
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: error Zeoslib 6.5.1 :?
Replies: 6
Views: 1597

Hi,

Is your SQL using grouping or Distinct?

Regards
KL Chin
by klchin
20.01.2006, 03:21
Forum: 6.1.5
Topic: error in delphi 6 Zconnection
Replies: 4
Views: 1750

Hi,

Do you select the right protocol .ie. MySQL or MSSQL or etc?

Regards
KL Chin
by klchin
14.12.2005, 03:16
Forum: 6.1.5
Topic: Memory leak? or am I doing something wrong?
Replies: 18
Views: 7178

Hi,

Have you try explicitly free/delete the object after close?
by klchin
13.12.2005, 07:43
Forum: 6.1.5
Topic: Memory leak? or am I doing something wrong?
Replies: 18
Views: 7178

Hi Pengwin,

Is there any different if you runtime create the
both TZConnect and TZQuery?

Regards
KL Chin
by klchin
12.12.2005, 12:33
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: connecting to postgresql - pwd authent. failed
Replies: 4
Views: 2734

Hi,


Hv u edit the pg_dba.conf to add the IP

and postgreSQL

listen_addresses = '*'