[plt-scheme] Advise debugging my srpersist connection (w/ postgres)
> 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