Hi Mark,
I have created a little test project.
It seems that the result is 0 when I use ` or ' and when the column name is an INTEGER column of that table.
How can I send it to you ? I tried with pm but file size is limited to 512KB. it's about 1MB.
Regards,
Christophe
Search found 2 matches
- 07.04.2008, 09:22
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Field of query result returns 0
- Replies: 3
- Views: 1169
- 04.04.2008, 10:29
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Field of query result returns 0
- Replies: 3
- Views: 1169
Field of query result returns 0
Hi to all, I am using Borland C++ Builder 5, MySQL 4.1.14 and Zeos components 6.6.2. When I execute the following query: SELECT Value AS Value FROM Table (Value is an INTEGER column, stupid in this case to give it the same name, but you will see later why) I get the expected result. But when I execu...