fbexport
fbexport copied to clipboard
blob type column export - issue
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