Subject | RE: [firebird-support] Does Firebird support to read data from database directly (or with API )? |
---|---|
Author | Alan McDonald |
Post date | 2004-10-19T13:03:46Z |
> Other than the external files,If I understand you correctly - the answer is no. SQL is the only way to get
> does Firebird allow or support (with API) to read records from a
> database table directly?
>
> The reason to do so is that SQL command is slow.
> So in case of bulk copy or large volumn of data read/write, any
> faster way to do so?
>
> Thanks a lot.
the server to give you back records from the database or ask it to write
records back into it.
There are, however, some techniques to ensure optimum performance for data
pumping. e.g. regular committing of transactions etc.
Alan