Displaying 1 result from an estimated 1 matches for "traceautostop".
2004 May 10
1
RODBC in RAqua
...lient, can successfully connect to my
database with the ODBC connect strings DSN=mydb or DSN=mydb;UID=
postgres;PWD=secret
The odbc.ini file generated by ODBC Administrator (an GUI tool that
comes with OS X) looks like this:
[ODBC Data Sources]
mydb = PostgreSQL
[ODBC]
Trace = 0
TraceAutoStop = 0
TraceFile =
TraceLibrary =
[mydb]
Driver = /usr/local/lib/psqlodbc.so
Description = This is my database
username = postgres
password = secret
servername = localhost
port = 5432
database = mydb
How might I get this working?
Anthony