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;
i make my code something like this but it didnt work
field = sorgu->FindField(search->Text);
sorgu->GetBlobFieldData(field->FieldNo,buffer);
TPicture *resim = buffer;