Sorry for writing here as the old one is locked!
At last I found the reason, as my code was executed at run time I spent several hours to extract the SQL code and I discovered that something maybe strange: if I execute
Code: Select all
SELECT * FROM test
Code: Select all
SELECT * FROM Test
After executing the script creates on psql window, you will see how the code in runtime behaves with table name Test.
compile/run the project after specifying username, password and setting connected to true.
Tested with ZeosLib Stable 7.0.3
Best Regards.