OpenOffice connection

Поиск
Список
Период
Сортировка
От Robert Hord
Тема OpenOffice connection
Дата
Msg-id ause5u$1da5$1@news.hub.org
обсуждение исходный текст
Список 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



В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Martin_Hurst@dom.com
Дата:
Сообщение: ODBC - adding missing FROM clause entry
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Building PL/Perl without libperl.so fails