ODBC+Access2000, Win2k and Win98

From: "J(dot) 'FIK' Brand" <jurgen(dot)brand(at)tip(dot)nl>
To: <pgsql-odbc(at)postgresql(dot)org>, <pgsql-interfaces(at)postgresql(dot)org>
Subject: ODBC+Access2000, Win2k and Win98
Date: 2001-06-08 05:44:34
Message-ID: 001901c0efde$1b6c8990$7901a8c0@fiklaptop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces 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

Browse pgsql-interfaces by date

  From Date Subject
Next Message Dave Page 2001-06-08 09:55:54 The future of pgAdmin...
Previous Message Stephen Crawley 2001-06-08 05:30:26 Re: Using BLOBs with several DBMS

Browse pgsql-odbc by date

  From Date Subject
Next Message Dave Page 2001-06-08 09:55:54 The future of pgAdmin...
Previous Message Cedar Cox 2001-06-07 06:24:14 Re: A *pass-through-query* from postgreSQL to MsAccess