[plt-scheme] Advise debugging my srpersist connection (w/ postgres)

From: Brent Fulgham (bfulgham at debian.org)
Date: Wed Sep 11 01:06:09 EDT 2002

> I found that the contents of the file didn't matter much either!
> (Probably just the Driver= line is important.)  The issue lay in the
> ODBC connect statement that I used:
> 
> (using the iODBC "odbctest" program):
> 
> "dsn=PostgreSQL;server=localhost;post=5432;database=life;uid=postgres"
> 

I have found that the only non-critical piece of this connection string is indeed
the DSN name, which sort of defeats the whole purpose, eh?  :-)

However, using the correct connect string, everything seems to work
just fine.

Thanks for the help,

-Brent



Posted on the users mailing list.