From: | "Nuno Pimenta, Eng(dot)" <nuno(dot)pimenta(at)tmn(dot)pt> |
---|---|
To: | <pgsql-odbc(at)postgresql(dot)org> |
Subject: | Error with psqlodbc-7.2.3 |
Date: | 2004-08-30 09:39:24 |
Message-ID: | 71F4CF1F0CCADE488C1DC39B8676FBDB077B6589@TMNSEDEX06.tmn.corppt.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-odbc |
Hello all,
I'm using psqlodbc-7.2.3 to access the (PostgreSQL) 7.2.3.
I'm doing the following command: SELECT "userinfo"."date",
"userinfo"."login", "userinfo"."passwdhaschanged",
"userinfo"."registrycompleteness", "userinfo"."weblastaccessdate",
"userinfo"."lastupdatedate", "userinfo"."username",
"userinfo"."userstatus", "userinfo"."firstweblogin",
"userinfo"."ispersonalized" FROM "userinfo";
And the error returning was:
ODBCTestUserInfo1..Transformer_0: |ODBCTestUserInfo1..ODBC_2.DSLink3:
DSD.BCIOpenR call to SQLExecDirect failed.
Statement was:SELECT "userinfo"."date", "userinfo"."login",
"userinfo"."passwdhaschanged", "userinfo"."registrycompleteness",
"userinfo"."weblastaccessdate", "userinfo"."lastupdatedate",
"userinfo"."username", "userinfo"."userstatus",
"userinfo"."firstweblogin", "userinfo"."ispersonalized" FROM "userinfo"
SQLSTATE=S1010, DBMS.CODE=3
[DataStage][SQL Client][ODBC]No query has been executed with that
handle;
Unexpected protocol character from backend (send_query)|
Anyone can help me with this error?
Thanks in advance.
Nuno Pimenta
From | Date | Subject | |
---|---|---|---|
Next Message | Zaw Win Aung | 2004-08-31 09:16:45 | Unsubscribe |
Previous Message | Hamlen, Peter | 2004-08-29 22:06:07 | Can I get Postgresql ODBC to accept ODBC Timestamp escape sequences? |