Subject | Re: [IBO] Big Batch... |
---|---|
Author | Geoff Worboys |
Post date | 2001-03-16T02:13:47Z |
> The only way I yet know how to do this is with an INSERTDont use TIBOQuery, its made for interactive use. For the fastest
> INTO SYMBOLS (SYMBOL) VALUES (val); statement that inserts
> one row at a time, using an IB_Connection & TIBOQuery.
possible inserts use TIB_DSQL. The BlobInserts sample application
that comes with IBO has an example of you to setup this sort of thing.
> but I keep getting 'Error reading data from connection' orThis sounds like some sort of problem with your connection setup or
> 'Error writing data to connection' or something like that.
possibly even a network problem. A more specific error message would
help.
HTH
Geoff Worboys
Telesis Computing