Search found 1 match
- 13.08.2020, 06:25
- Forum: Lazarus / Freepascal
- Topic: Save XML file from database to hard disk
- Replies: 3
- Views: 355
Save XML file from database to hard disk
Hi, I have problem with saving XML files from postgresql 12.x database to hard drive (XML data type field). I have working procedure with blob data type (binary): var blob,myFileStream:TStream; SaveFile:string; begin SaveFile:='c:\test\test.xml'; blob := Zquery.CreateBlobStream(Zquery.FieldByName('x...