Board index » delphi » Blobs and String fields
John Ybarr
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Blobs and String fieldsIs there a way in Delphi 1.0 to get the contents of a TBlobField (or I'd appreciate any help or reference. ============================= History ============================= I am using Delphi 1.0 on a windows 3.11 system with Paradox backend I am trying to write a program that will dynamically open any table in Writeln(FH, Table1.FieldByName('Job_Description').Text); I get "BLOB" in the text field, not the contents of the field. I've tried using "GetData" (using the example in the help file) but my I have also used TBlobStream (an example I found on the Borland BStream1 := TBlobStream.Create(JobPost_db_Job_Description, the compiler complains. If I use a pointer for the Job_Description, the The form only has buttons on it (to execute the creation of the ASCII |