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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting Blob type data and convert it into TPicture

Status
Not open for further replies.

dakkarin

Instructor
Nov 11, 2005
76
TR
Hi i have a borland database which includes BLOB binary tipe field that stores pictures its inserting good with the dbnavigator but i want to take the data back manually and convert it to TPicture so i dont know how to do it
i make my code something like this but it didnt work

field = sorgu->FindField(search->Text);
sorgu->GetBlobFieldData(field->FieldNo,buffer);
TPicture *resim = buffer;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top