Hi! I have a simple mysql table with two columns:
~~~~~~~~~~
CREATE TABLE test_only (
id int not null primary key auto_increment,
name varchar(50) not null
);
INSERT INTO test_only (name) VALUES ('test1'), ('test2'), ('test3'), ('test4'), ('test5');
~~~~~~~~~~
When I have ZTable/ZQuery with Filtered = True, SortedFields = 'name', and I use a DBGrid to edit the 'name' column, after posting, the record jumps unexpectedly to some other row. This does not occur when either Filtered = False or SortedFields = ''.
I'm using the latest svn testing version of zeosdbo, delphi 2006, and MySQL 5.
I'll try to look for an older version of zeos where this did not occur.
Thanks!
William Yao
Mysql ZTable + Filtered + SortedFields + DBGrid problem
Moderators: gto, cipto_kh, EgonHugeist
Mysql ZTable + Filtered + SortedFields + DBGrid problem
You do not have the required permissions to view the files attached to this post.
Last edited by mangwills on 27.03.2008, 02:49, edited 1 time in total.