Subject Re: [IBO] Delphi script component working with > 64k
Author Jason Wharton
If you have the liberty of modifying your program why don't you do a direct
data load instead of making it all parsed out into separate files?

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Carlo Pires" <carlo@...>
To: <IBObjects@yahoogroups.com>
Sent: Tuesday, April 10, 2001 10:30 AM
Subject: RE: [IBO] Delphi script component working with > 64k


> I've modified my app to break the sql scrips files to work with
TIB_Script.
> But this is causing loss of performance, because I need to process many
sql
> script files daily. Other problem is the blob records not supported by
> TIB_Script.