PostgreODBC error

From: Dan Gowin <DGowin(at)avantec(dot)net>
To: pgsql-hackers <pgsql-hackers(at)postgreSQL(dot)org>, pgsql-interfaces(at)postgreSQL(dot)org
Subject: PostgreODBC error
Date: 1998-12-11 15:21:57
Message-ID: 43A3A1806104D211988500A0C9B576EE7CE038@avantec_exc.avantec.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

All,
Bug report:
Server: Red Hat 5.1 (Pentium II, 300 Mhz)
PostgreSQL v6.4 (latest)
Server name: zeplin (199.211.199.2)
User: dbx1 (non dba privileges)
Port:5432
pg_hba.conf: host 199.211.199.6 255.255.255.0
trust
Databases: template1, system, test
Test database table: test.t1
create table t1 (name varchar(30), sal int);
insert into t1 (name, sal) values ('Dan',
23456);
insert into t1 (name, sal) values ('Jake',
52345);
insert into t1 (name, sal) values ('John', 345);

Client: Windows NT 4.0 patch 3 (Pentium II, 300Mhz)
Microsoft Access 97
Client name: nttest (199.211.199.6)
Post ODBC v6.30.0246 ODBC Driver
Description: Raken 1
Database: test
Server: zeplin
User: dbx1
Access: Read Only

Problem: In Microsoft Access when making a ODBC-Link to a table from
within
an ".mdb" the server authenticates correctly. But when the link is
actually
being made to "t1" a:
<MSACCESS.exe - Application Error
Exception: access violation (0xc0000005) Address:0x100025b0>

D. Gowin

Browse pgsql-hackers by date

  From Date Subject
Next Message Dan Gowin 1998-12-11 15:25:40 RE: [HACKERS] JOIN syntax. Examples?
Previous Message Thomas G. Lockhart 1998-12-11 15:21:27 Re: [HACKERS] 6.4.1 release

Browse pgsql-interfaces by date

  From Date Subject
Next Message Randall W. Barrett 1998-12-11 19:50:39 linking error
Previous Message Dan Gowin 1998-12-11 14:16:43 RE: [HACKERS] libpq and libpgtcl in Windows