We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: