| From: | Elmar Haneke <elmar(at)haneke(dot)de> |
|---|---|
| To: | pgsql-interfaces(at)postgresql(dot)org |
| Subject: | Re: Resend: 16-bit ODBC-driver |
| Date: | 2000-12-06 08:13:22 |
| Message-ID: | 3A2DF522.551B3C27@haneke.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-interfaces |
> The problem is: Lotus v5 (I think) is a 16-bit application. The user
> uses now a Access database.
Using MS-Access 2.0 (16Bit) I cann open the 32BIT datasource without
any Problems on my NT 4 Machine.
> I want to migrate all applications to PostgreSQL.
> But I'am stuck with the Lotus-macro's. This can't be
> converted in a short time.
> I've tried to let Lotus talk to a 32-bit driver but
> that won't work, only a 16-bit driver does.
An rather strange solution would be to include the ODBC-Links into an
MDB-Database.
> DN="DB-NAME" DL="DLODBC" DC="driver=odbcjt16.dll" AC=UI,PW;
The ODBC.INI does contain an driver32 entry pointing to the
PostgreSQL-Driver.
Is it possible to connect your Lotus driectly to an ODBC-Datasource?
The Setup-Lines looks like tirectly connecting to the dirver
(bypassing the driver-manager).
Elmar
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2000-12-06 12:15:01 | pgAdmin v7.0.4 Released |
| Previous Message | Michael Fork | 2000-12-06 05:08:27 | Re: [PATCHES] Diff to fix SQLForeignKeys in ODBC |