Ticket #741 ( Pending Customer )

Short Description Script Interpreter Error
Entered By: jennifer.genzlinger@experian.com When: 2001-04-26 17:19:32 Build: 2.0.6F
Categories Type: Question   Department: Product   Category: ODBC Support
Description
We read values from an Access Database.  Generally, this 
seems to be working, but occasionally we get a partial 
screen draw and then SS is dying in the code.  This is the 
error we receive.

 Script Interpreter (Internal Execution error in Template 
Section "siccodes.lgs215sic", OpCode TEPUTSECTION  due to 
exception code C0000005 (EXCEPTION_ACCESS_VIOLATION)-- 
Please report to www.screensurfer.com/report)

We have 2 files that contain numerous TECALLS to the 
database and a seperate file that contains the DBSOURCES 
and DBSELECTS along with the other logic to read the 
database.

We suspect it has something to do with the order in which 
we copy the .stml files and the database to our production 
server but are unable to consistently come up with a 
solution.

I found this documentation:

Note-- while you can declare a DBSOURCE in one file, then 
reference it in another file, the DBSOURCE must be compiled 
prior to the DBSELECT/DBCOMMAND.