Search found 3 matches

by mangwills
27.03.2008, 02:56
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Mysql ZTable + Filtered + SortedFields + DBGrid problem
Replies: 2
Views: 1026

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
by mangwills
26.03.2008, 19:18
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Mysql ZTable + Filtered + SortedFields + DBGrid problem
Replies: 2
Views: 1026

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...
by mangwills
31.03.2006, 04:18
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Cannot update temporary tables
Replies: 25
Views: 10052

I've encountered the same problem, and everytime I work with temporary mysql tables, I have to use TZUpdateSQL to update them. Is this somehow related to the problem that Mysql does not show temporary tables when issued the "SHOW TABLES" statement? (i.e. no metadata for temporary tables we...