Hi all,
Does anybody know how to read data from tableField that is BLOB binary FieldType??
Data should be in this structure that was create in DELPHI.
s_type: CHAR
s_num: STRING[12]
s_no: REAL
AND ther can be more than one structure in this field.
Table is Paradox v 7.0 create in Dalphi 6.0. I wont to read it in C++Builder v 5.0
Thanks
Does anybody know how to read data from tableField that is BLOB binary FieldType??
Data should be in this structure that was create in DELPHI.
s_type: CHAR
s_num: STRING[12]
s_no: REAL
AND ther can be more than one structure in this field.
Table is Paradox v 7.0 create in Dalphi 6.0. I wont to read it in C++Builder v 5.0
Thanks