HP3000-L Archives

July 1996, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
CJ Villa <[log in to unmask]>
Reply To:
Date:
Wed, 17 Jul 1996 09:02:00 -1000
Content-Type:
text/plain
Parts/Attachments:
text/plain (8 lines)
The problems with the overhead of dynamically-processing SQL in ALLBASE
are why I instead used pre-compiled sections for all of the IMAGE calls I
emulate in DataOne. Dynamic processing is good for bulk operations (one
call per hundreds of rows returned), but horrible for record-oriented
operations (like those which IMAGE performs).
 
DataOne is an IMAGE emulator which connects to ALLBASE and Oracle.

ATOM RSS1 RSS2