Leandro Borges <[EMAIL PROTECTED]> writes: > Hi, I begin to test the ODBSequoia 0.5.1a and now I can connect to > via ODBC with no problems. > But when I try to execute a query I get the follow message from > the controller and no results: > > SQL> select * from Radio; > DEBUG: (Connection::PreparedStatementGetMetaData) Statement sent > successfully > DEBUG: (Connection::statementExecute) Sending request select * from Radio; > [][unixODBC][postgresql.org][PG]Query 3 is not in the list of > currently scheduled queries
I noticed that this happens when there is a trailing semi-colon in the request, remove it and you should be fine. Did not had the time to investigate this, maybe this is something thrown by PostgreSQL JDBC driver? Please note that isql will not be able to display the resultset of SELECT queries since metadata is not yet implemented in the driver. _______________________________________________ Carob mailing list [email protected] https://forge.continuent.org/mailman/listinfo/carob
