Search found 4 matches

by lyphard
12.12.2006, 14:40
Forum: MySQL
Topic: How can I update this type of tables?
Replies: 4
Views: 1665

Thanks Mark, I've tried the latest build, it works!
Thanks very mych!
by lyphard
12.12.2006, 14:24
Forum: MySQL
Topic: How can I update this type of tables?
Replies: 4
Views: 1665

Oh, thank you very much!
by lyphard
12.12.2006, 07:58
Forum: MySQL
Topic: How can I update this type of tables?
Replies: 4
Views: 1665

If I use a TZTable to open "character" table, the TableName property must be `character` too, so it still cannot be updated when I'm using DBGrid.

:-(
by lyphard
12.12.2006, 07:52
Forum: MySQL
Topic: How can I update this type of tables?
Replies: 4
Views: 1665

How can I update this type of tables?

In MySQL, I can select a table in two ways: "select * from a_table", or "select * from `a_table` “. The difference between them is the second way cannot be updated using a DBGrid. But if I use a reserved word as table name ,I must use the second way, or I cannot open the query. So how...