From: | Robert Hord <robert(at)nowhere(dot)net> |
---|---|
To: | pgsql-interfaces(at)postgresql(dot)org |
Subject: | OpenOffice connection |
Date: | 2002-12-31 15:48:32 |
Message-ID: | ause5u$1da5$1@news.hub.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-interfaces |
I'm new to PostgreSQL, coming from MSSQL and trying to get an understanding
of this. I have a database setup I can access via "psql rob".
First; with the standard install from RedHat 8.0, I don't know if it was
compiled with the odbc or jdbc support.
Second; How do you connect through OO. OO crashes when I click on the
Tables tab during setup. I tried the odbd and jdbc for connections.
Here is my /etc;
odbd.ini
------------------------------------------------
[db_rob]
Description = Rob's database
Driver = PostgreSQL
Trace = No
TraceFile =
Database = rob
Servername = localhost
UserName = rhordjr
Password =
Port = 5432
Protocol = 6.4
ReadOnly = No
RowVersioning = No
ShowSystemTables = No
ShowOidColumn = No
FakeOidIndex = No
ConnSettings =
odbdinst.ini
-----------------------------------------
# Example driver definitinions
#
#
# Included in the unixODBC package
[PostgreSQL]
Description = ODBC for PostgreSQL
Driver = /usr/lib/libodbcpsql.so
Setup = /usr/lib/libodbcpsqlS.so
FileUsage = 1
--
reh - Texas,USA
RedHat 8.0
http://flashpages.prodigy.net/rhordjr
From | Date | Subject | |
---|---|---|---|
Next Message | Martin_Hurst | 2002-12-31 16:06:52 | ODBC - adding missing FROM clause entry |
Previous Message | Martin_Hurst | 2002-12-31 15:44:06 | ODBC - adding missing FROM clause entry |