Giter Site home page Giter Site logo

fbforceexport's Introduction

fbforceexport

Firebird Force Export Data to CSV file

If you have database currpted, this simple tool, ver simple to export all tables you defined it in tables.txt to data folder as csv. It not fix the database, it just bypass the error when can not fetch the data, as possible this simple tool.

Have fun :P

Usage

To run it with embed firebird sql you need "fbembed.dll" in the same folder of exe in subfolder "d:/myproject/fb/fbembed.dll".

open new file "tables.txt" and put your tables want to export it

AccLists
AccObjects
AccTotals
Accounts

Compile

You need minilib from https://sourceforge.net/p/minilib/

fbforceexport's People

Contributors

zaher avatar

Stargazers

 avatar

Watchers

 avatar  avatar

fbforceexport's Issues

suggest

Consider exporting to binary and then importing to firebird db, because CSV is not good for blob data.

hi How are you

Thank you very much. I've exported 150 grams of CSV files containing blob data, but I'm frustrated that I can't import new DB with a lot of tools.Because they both thought the CSV format was incorrect.Do you have a way to import these CSV files?

CREATE TABLE ATTACHMENT
(
JOB_FILE_ID integer NOT NULL,
LINE_NO integer NOT NULL,
FILE_NAME LONG_TEXT,
FILE_SIZE decimal(10,0),
ATTACHMENT BINARY_DATA
);

GRANT DELETE, INSERT, REFERENCES, SELECT, UPDATE
ON ATTACHMENT TO SYSDBA WITH GRANT OPTION;

the test.csv down https://www.dropbox.com/s/sv2elc4s7vlhbq0/test.csv?dl=0

bug

tables.txt
SEA_EXPORT_BOOKING_HISTORY

But the procedure put them to think that this is the two tables are

SEA_EXPORT_BOOKING_H
and
ISTORY

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.