Обсуждение: StarOffice5.2+psqlODBC+PostgreSQL-7.1.1

Поиск
Список
Период
Сортировка

StarOffice5.2+psqlODBC+PostgreSQL-7.1.1

От
Ramiro Alba
Дата:
Hello everybody:

I am trying to use a PostgreSQL -7.1.1 database through psqlODBC with NO
SUCCESS (I mean I can not connect to the database). Has anyone manage to
do it?. Do I need iodbc at all? I am knowadays using unixODBC-2.0.6 but
I have problems with no integer numbers (numeric, decimal, float..),
otherwise it seems to work fine. I create tables using psql interface
not the StarOffice tool.

Any help would be greatly appreciated

Thans in advance

Regards


Re: StarOffice5.2+psqlODBC+PostgreSQL-7.1.1

От
Hiroshi Inoue
Дата:
Ramiro Alba wrote:
>
> Hello everybody:
>
> I am trying to use a PostgreSQL -7.1.1 database through psqlODBC with NO
> SUCCESS (I mean I can not connect to the database). Has anyone manage to
> do it?. Do I need iodbc at all?

I'm not familiar with ODBC under UNIX unfortunately.
Please check the following though I'm not sure.

1) Use ~/.odbc.ini(user DSN) for odbc.ini.
2) Never insert tabs between keywords and '='.
3) Keywords are case sensitive. i.e Servername, Database,
   Port, Username, Password, ReadOnly ...

> I am knowadays using unixODBC-2.0.6 but
> I have problems with no integer numbers (numeric, decimal, float..),

Could you please tell me the meaning for my own information ?

regards,
Hiroshi Inoue

Re: StarOffice5.2+psqlODBC+PostgreSQL-7.1.1

От
Jorge Santos
Дата:
Ramiro Alba <ramiro@labtie.mmt.upc.es> writes:

> Hello everybody:
>
> I am trying to use a PostgreSQL -7.1.1 database through psqlODBC with NO
> SUCCESS (I mean I can not connect to the database). Has anyone manage to
> do it?. Do I need iodbc at all? I am knowadays using unixODBC-2.0.6 but
> I have problems with no integer numbers (numeric, decimal, float..),
> otherwise it seems to work fine. I create tables using psql interface
> not the StarOffice tool.
>
> Any help would be greatly appreciated
>
> Thans in advance


I have been trying to get the same configuration (only PostgreSQL 7.1)
going for a while now, I have tried both unixODBC and iodbc, both have
failed, unixODBC has its own PostgreSQL ODBC driver libodbcpsql.so.
With iodbc i have been (trying) to use the driver from PostgreSQL
(libpsqlodbc.so), with the unixODBC driver I can't get the tables in
the DataManager, however I can make queries alright, and with the
iodbc driver I get the following error when using the testodbc sample
program that comes with the sources:

[iODBC][Driver Manager]Dialog failed, SQLSTATE=IM008

I'm using a Debian (testing) distribution.

Have you (or anyone else reading this) had any luck whatsoever getting
this thing in place?

Does anyone else knows what might be the problem?


TIA

jorge santos