Pervasive - odbc linux client : memory allocation error -
09-16-2004
, 02:04 AM
hi,
I have a Pervasive engine V8 running on win 2000,
and try to access to that database with a Linux
client with SQL.
I think the only way is ODBC on Linux.
I downloaded the ODBC tar file from pervasive
site.
When I try to connect with odbctest, I get that
message after a few seconds :
[Pervasive][Pervasive ODBC Client Interface][Client LNA]Memory
allocation error., SQLSTATE=S1001
I got the same result even if the server is down. So
this messages seems to tell me the client can't connect.
My odbi.ini file :
Driver=/usr/local/psql/lib/odbcci.so
Description=Pervasive ODBC Client Interface: nagawin
ServerDSN=mypervasive
ServerName=nagawin
note : odbcci.so is a symbolic link to libodbcci.so.60.192
and "mypervasive" is declared as a system DSN on the server.
No user nor password needed. I can acces to that database
with another windows odbc client, so I think the server is
OK.
Can somebody help me, or tell me a more appropriate
newsgroup ?
Thanks in advance.
jm |