fbexport
fbexport copied to clipboard
FBExport is a tool for importing/exporting data and executing SQL statements on Firebird , FBCopy is a tool to copy and compare data accross Firebird databases.
Hi, Firstly, I'd like to thank you for FBExport/FBCopy, very useful indeed! I just want to give you a feedback about FBExport on 64 bits platforms. I faced the following...
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...
Hello Guys @mariuz The columns names should be separated by caracter used in argument "Separator" not comma. How to compile in Debian Linux to generate Windows executable?
On Export you write this to STRERR: ``` 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... Start :...
While trying to export a Firebird database to MySQL by using an SQL export ("Insert"), I found the binary blobs were not exported properly. Most notably, the null-bytes don't play...
Eliminate warnings https://github.com/mariuz/fbexport/issues/1#issuecomment-94783380
It's very hard to compile under windows (MinGW), but finally after running fbcopy alert window appears undefined reference to '__gxx_personality_v0' - no idea what to fix The same code under...
Hi, I tried to compile the current version under windows, but had no chance! I tried Borland free compiler and mingw32. Would it be possible to provide a actual compiled...
Hello, I have a problem with the current FBExport format : it doesn't allow to export tables containing more than 255 columns. Maybe the column count could be on 2...