1 Sep 2004 17:07
Re: Problems connecting an ODBC data source
Klaus Harbo wrote:
> I'm using Lispworks for Windows, Professional Edition, v4.3.7 and
> Windows XP with Service Pack 2.
I've only lightly tested on Windows XP. But have had success
connecting to Oracle and Postgresql with LWW Pro 4.3.7 and AllegroCL
v7.0beta.
> I downloaded and installed the -latest.tar.gz versions of both CLSQL and
> UFFI yesterday
Good.
> (clsql:connect '("PostgreSQL30" "" "")
Perhaps your connection parameters are incorrect.
http://clsql.b9.com/manual/odbc.html#id2606785 shows the connection
parameters as (dsn user password). Have you tried putting the username
and password in the connection string? Are you sure that your
Postgresql server has the correct permissions for connecting from that
system?
> After a bit of stepping in the debugger, I discovered that (what appears
> to be the first and most basic ODBC-related operation) returns NIL:
I don't agree. (see below)
> #<Pointer: SQL-HANDLE = #x00EF13F0> is a FLI::POINTER
> POINTS-TO NIL
>
(Continue reading)
RSS Feed