Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Blob insert or update with VB6

Status
Not open for further replies.

kzsolt

Programmer
Dec 6, 2001
3
HU
Hi,

I have an InterBase database with a table.
There are 2 columns in it
1. key : this is a primary key
2. pic : this is a blob

I connect to this database with my VB6 i can not insert or update data to the blob but i can read it.

Is there any way to update or insert to a blob field from vb6?
 
Maybe if you make a stored procedure on Interbase, and then call it from VB?

Regards S. van Els
SAvanEls@cq-link.sr
 
Thanks the tip but I dont know how to pass a file to the stored procedure!

If you can help me!

thanks
 
Why don't you use DELPHI instead of Visual Basic? You can
have more control in your interbase database.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top