fbexport icon indicating copy to clipboard operation
fbexport copied to clipboard

blob type column export - issue

Open joelsamthomas2023 opened this issue 1 year ago • 0 comments

when I tried to export the table with blob type,I faced the below issue.

fbexport -Sc -H localhost -D TEST.fdb -U sysdba -P xxxxxxx -F TESTTABLE.csv -Q "SELECT * FROM TESTTABLE"

Checking database charset...UTF8. Connecting to: 'localhost' as 'sysdba'...Connected. Creating and starting transaction...Done. Create statement...Done. Prepare statement...Done. Exec statement...Done. Exporting data as INSERT statements... ERROR! *** IBPP::LogicException *** Context: Blob::AttachDatabase Message: Can't attach a NULL Database object.

but it's worked fine, when I used column names instead of * from command

joelsamthomas2023 avatar Apr 12 '23 12:04 joelsamthomas2023