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
SQL>

Controler:
08:37:25,582 WARN controller.virtualdatabase.teste Stored procedure 7 failed (Query 3 is not in the list of currently scheduled queries) 08:37:25,583 WARN virtualdatabase.VirtualDatabaseWorkerThread.teste Error during command execution (Query 3 is not in the list of currently scheduled queries)

   It is a bug or some wrong configuration in my ODBC files?


odbcinst.ini:
[Sequoia]
Description     = Sequoia ODBC driver
Driver          = /usr/lib/libodbsequoia.so
Debug           = 1
CommLog         = 1
FileUsage       = 1
FakeODBC2       = true
LogLevel        = DEBUG

obbc.ini:
[sequoia]
Description             = Test Sequoia
Driver                  = Sequoia
Database                = teste
Servername              = localhost
UserName                = user
LogLevel                = DEBUG
Password                = user
Port                    = 25322
BackendIdentifiers      = [postgresql.org][PG]

   Where test is my virtual database name.
   What is the "BackendIdentifiers" parameter?

   Thanks for any help,
   Leandro Borges

                
_______________________________________________________ Abra sua conta no Yahoo! Mail: 1GB de espaço, alertas de e-mail no celular e anti-spam realmente eficaz. http://br.info.mail.yahoo.com/


_______________________________________________
Carob mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob

Reply via email to