Search found 65 matches

by klchin
11.01.2008, 02:35
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Error during execution SQL Queries
Replies: 8
Views: 2637

Hi,

Pls. do check your SQL statement and your db table.

Regards,
KL Chin
by klchin
19.08.2007, 06:22
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: DBGrid1 and zeos in BCB6 ?
Replies: 8
Views: 2310

Hi Helu Jar, From the screen there were data shown in your component, only that all your data wer not "char" type. But not sure the "tarikh" do you put in any valid value/ Can you create a field that was "char" type like length 8 instead of var char or text base. Or may...
by klchin
17.08.2007, 02:41
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: DBGrid1 and zeos in BCB6 ?
Replies: 8
Views: 2310

Hi Helu Jar,

All of your image files did not show out.

Regards,
KL Chin
by klchin
16.08.2007, 03:28
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: DBGrid1 and zeos in BCB6 ?
Replies: 8
Views: 2310

Hi,

Did you set the datasource/dataset correctly or
is your query correct?

Regards,
KL Chin
by klchin
27.07.2007, 20:35
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: While compiling a program in bcb6..
Replies: 4
Views: 3011

Hi,

I think thess steps might help you

a) Include the Zeos's compiled folder with the *.hpp exists
b) change the *.h to *.hpp

Regards,
KL Chin
by klchin
21.07.2007, 08:24
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: resume broken connection
Replies: 9
Views: 2998

Hi, I did not have a solution, current I just a capture the exceptional, if the error occured due to connection then reconnect the connection and re-exec the SQL, in short all SQL's open or exec will call a function instead a Zeos method directly, by passing the TZquery and TZConnection. Hope this i...
by klchin
31.05.2007, 03:01
Forum: 6.1.5
Topic: How to login with Authentication protocol
Replies: 4
Views: 3802

Hi Mark. Again, thx for your reply. It should be better, but I'm most worried about the memory leakages, (mainly I only used the basic feature and query), other bugs no so impoartant. Beside, I do followed the forum threads daily, I understand still many bugs not resolve, that the reason I still use...
by klchin
30.05.2007, 02:22
Forum: 6.1.5
Topic: How to login with Authentication protocol
Replies: 4
Views: 3802

Hi Mark,

Thx for your suggestions.

You are right, renaming the dll does not worked.
I yet to test old authentication, but current I just delete the password.

How stable ver 6.6 as compare to 6.1.5?
Any major coding changes, i.e. the name.

Regards,
KL Chin
by klchin
29.05.2007, 02:29
Forum: 6.1.5
Topic: How to login with Authentication protocol
Replies: 4
Views: 3802

How to login with Authentication protocol

Hi everyone,

SQL Error : Client does not support authentication
protocol request by server; consider upgrading MySQL client.

Any sample code to resolve above problem.

Regards,
KL Chin
by klchin
23.04.2007, 07:39
Forum: MySQL
Topic: How to compile the libmysqld.dll from the source code?
Replies: 6
Views: 2950

Hi,

Do a search for 'cli_mysql_real_connect' and change the value.

Regards,
KL Chin
by klchin
23.04.2007, 07:30
Forum: MySQL
Topic: How to compile the libmysqld.dll from the source code?
Replies: 6
Views: 2950

Hi,

Do a search for 'cli_mysql_real_connect' and change the value.

Regards,
KL Chin
by klchin
21.04.2007, 18:59
Forum: 6.1.5
Topic: What could be the bugs/problem for DateTime
Replies: 1
Views: 2662

Hi,

I found the cause of the problem, it cause by
setting the shortdateformat to invalid format
yyyy/mm/dd hh:nn:ss

Regards,
KL Chin
by klchin
19.04.2007, 03:36
Forum: 6.1.5
Topic: DesignTime and Runtime creata component bugs?
Replies: 2
Views: 2868

Hi,

Sorry is my fault during paste the code to the post.

It was ZQuery1->RequestLive := true, not ZQuery2.

I did confrmed again, if default set to "FALSE" at design-time
then set to "TRUE" during run-time will never work.

Regards,
KL Chin
by klchin
18.04.2007, 05:40
Forum: 6.1.5
Topic: DesignTime and Runtime creata component bugs?
Replies: 2
Views: 2868

DesignTime and Runtime creata component bugs?

Hi, I having a very strange problem. Why the design time TZQuery's RequestLive was working, but not with the run-time created component always false? Example, Design Time ---> Working if RequestLive set to "TRUE" ZQuery1->Connection = g_DbConn[g_DbsCap].pConn; ZQuery1->SQL->Text = "SE...
by klchin
22.03.2007, 03:37
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Table and Field Name
Replies: 0
Views: 773

Table and Field Name

Hi, A quick question, curently I using 6.1.5 and MySQL 4.1. I faced a problem, where the table and field name were same. The problem only occur when using ado protocol not row return, where mysql protocol not problem. query -> SELECT * FROM mrcPntBal. result -> not row return for ado Will this happe...