Thanks Mark, I've tried the latest build, it works!
Thanks very mych!
Search found 4 matches
- 12.12.2006, 14:40
- Forum: MySQL
- Topic: How can I update this type of tables?
- Replies: 4
- Views: 1665
- 12.12.2006, 14:24
- Forum: MySQL
- Topic: How can I update this type of tables?
- Replies: 4
- Views: 1665
- 12.12.2006, 07:58
- Forum: MySQL
- Topic: How can I update this type of tables?
- Replies: 4
- Views: 1665
- 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...