ODBC+Access2000, Win2k and Win98 - Mailing list pgsql-odbc

From J. 'FIK' Brand
Subject ODBC+Access2000, Win2k and Win98
Date
Msg-id 001901c0efde$1b6c8990$7901a8c0@fiklaptop
Whole thread Raw
List pgsql-odbc
I've got a problem with ODBC+Access 2000 on win98, it works on win2k.
 
In Access I link a table (c0011) when i try to open that table i get a error 'Out of mem'. This happens on Win98, on Win2k it works.
 
There are more tables link and they work, but c0011 is differend because it is the only table where the primary key is made of 2 fields.
 
Configuration :
 
Server : RedHat 6.2 + Postgresql 7.1.2
 
Client1 :   Win98 se
               Postgresql ODBC 7.01.0005
               MS Office 2000 + SR1 + SR2
 
Client2 :   Win 2000 + SR1
               Postgresql ODBC 7.01.0005
               MS Office 2000 + SR1 + SR2
 
Table c0011 :
                create table c0011 (
                    al_artikelnummer varchar(12),
                    al_prioriteit as int,
                    al_relatienummer varchar(12),
                    al_artnr_lev varchar(15),
                    al_inkoopprijs as double,
                    primary key (al_artikelnummer, al_prioriteit)
                )
 
 
Jurgen Brand
Smits Metalen Ramen

pgsql-odbc by date:

Previous
From: Jose Mercedes
Date:
Subject: pg_hba.conf
Next
From: "Johann Zuschlag"
Date:
Subject: Re: Image to Postgresql database