I attached the sample project to the original post. I'll add it to the bug tracker shortly -- still waiting for the activation email from the bug tracker.
-William
Search found 3 matches
- 27.03.2008, 02:56
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Mysql ZTable + Filtered + SortedFields + DBGrid problem
- Replies: 2
- Views: 1047
- 26.03.2008, 19:18
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Mysql ZTable + Filtered + SortedFields + DBGrid problem
- Replies: 2
- Views: 1047
Mysql ZTable + Filtered + SortedFields + DBGrid problem
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...
- 31.03.2006, 04:18
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Cannot update temporary tables
- Replies: 25
- Views: 10302