Subject | Re: [IBO] Inserting blobs |
---|---|
Author | Jason Wharton |
Post date | 2001-01-23T16:46:17Z |
Use TIB_DSQL for batch inserts. You can use parameters to insert BLOB
columns. Show us your code that an error resulted from. It is probably
something simple.
HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
columns. Show us your code that an error resulted from. It is probably
something simple.
HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "ing. Thijs Kuperus" <thijs@...>
To: <IBObjects@egroups.com>
Sent: Tuesday, January 23, 2001 9:20 AM
Subject: [IBO] Inserting blobs
> Hi there,
>
> I was wondering if anybody knows a quick way of inserting blobs into a
> table.
>
> I noticed it's not possible to insert the blobs using a normal
> INSERT INTO query.. Something bout a blob cursor that's missing.. So my
work
> around is to use the append on a IBOQuery... but it makes something like
> batch inserts a hassle...
>
> Anyone?
>
> Thijs
>
>
>
>