Skip to content
New issue

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

blob type column export - issue #20

Open
joelsamthomas2023 opened this issue Apr 12, 2023 · 0 comments
Open

blob type column export - issue #20

joelsamthomas2023 opened this issue Apr 12, 2023 · 0 comments

Comments

@joelsamthomas2023
Copy link

joelsamthomas2023 commented Apr 12, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant