Search found 6 matches

by edrobinson
24.04.2008, 14:32
Forum: Other 6.x Versions
Topic: Zeos / MySQL Posting Problem
Replies: 3
Views: 3326

Thanks zippo.

I found the problem.

I had loaded the tables using an exported sql script from another database that did not include any key values.

As soon as I set the primary keys everything works as expected.

Thanks again,

Ed
by edrobinson
22.04.2008, 14:42
Forum: Other 6.x Versions
Topic: Zeos / MySQL Posting Problem
Replies: 3
Views: 3326

Zeos / MySQL Posting Problem

Using 6.6x

I have a set of table controls connected to our MySQL server. The table controls are linked to DBGrid controls and the contents display OK.

If I makea change it is not saved to the database when the app closes although it shows while running.

Any thoughts?

Thanks,
Ed
by edrobinson
17.03.2008, 20:43
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ZTable Problem
Replies: 2
Views: 915

Mark,

I created the "easy test project" and couldn't reproduce the problem. ARGGGGH!

Still haven't found the source of the problem but have worked around it using a TBookmark before and after appending to the table.

It will show up at some point...

Thanks for your help.

Ed
by edrobinson
13.03.2008, 20:39
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ZTable Problem
Replies: 2
Views: 915

ZTable Problem

I am using 6.6.2 with Delphi-5, sqlite3. Ztable.First; while not ZTable.Eof do begin ... ZTable.Next; end; In the course of ... the current record might get edited. This messes up the cursor position and Eof never happens. It seems to bounce back and forth between the first and second record if the ...
by edrobinson
25.10.2007, 19:23
Forum: Feature Requests
Topic: [bug_fixed] GetFieldNames on ZConnection
Replies: 6
Views: 3054

That was the problem. I was using an old MySQL dll. changed to 4.x and all is well.

Thanks for the quicl reply.
by edrobinson
25.10.2007, 18:29
Forum: Feature Requests
Topic: [bug_fixed] GetFieldNames on ZConnection
Replies: 6
Views: 3054

Hi,

I tried to use this method today after getting SVN 241.

The call: dbMySQL.GetColumnNames(TableName,'',qFields);
raises an exception "Column with name "Field" was not found."

Any thoughts?