Date: Wed, 8 Nov 2000 11:00:50 -0500
Reply-To: Loren Lidsky <llidsky@MECF.ORG>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Loren Lidsky <llidsky@MECF.ORG>
Subject: Re: DBMS/Engines: read access violation error
Content-Type: text/plain; charset="us-ascii"
I haven't used that particular engine, but be sure to try closing
Paradox completely before running your SAS program.
Loren Lidsky
Mass Extended Care Federation
Newton, MA
------------------------------
Date: Tue, 7 Nov 2000 17:13:05 -0800
From: Bill Knowlton <Bill_Knowlton@BAXTER.COM>
Subject: DBMS/Engines: read access violation error
Hi all,
I'm having some problems using Conceptual Software's "DBMS/Engines" and
was
wondering if anyone out there uses this product and has run across the
following behavior before:
When I submit the following code (SAS v8 WIN95, dbpdox is the Paradox
engine):
libname TEST dbpdox 'c:\windows\desktop\test' ;
data A ;
set TEST.ADRHEAD ;
run ;
I get the following log:
26 libname TEST dbpdox 'c:\windows\desktop\test' ;
NOTE: Libref TEST was successfully assigned as follows:
Engine: DBPDOX
Physical Name: c:\windows\desktop\test
27
ERROR: Read Access Violation In Task [ DATASTEP ]
Exception occurred at [20202020]
Task Traceback
Address Frame (IMAGEHLP API Version 4.0 rev 5)
NOTE: DATA statement used:
real time 1:51.82
NOTE: Variable Name Change. PATIENT ID -> PATIENT_ID
NOTE: The SAS System stopped processing this step because of errors.
28 data A ;
29 set TEST.ADRHEAD ;
30 run ;
I can view the paradox table ADRHEAD using the v7.0.3 DBMS/Copy program,
so
the Paradox table itself is readable.
Thanks for any insights.
-Bill
------------------------------