Subject | Re: slow inserts with Firebird 1.5.1 |
---|---|
Author | tracegraph |
Post date | 2004-09-29T13:30:03Z |
--- In firebird-support@yahoogroups.com, Tim Ledgerwood <tim@s...>
wrote:
a local machine (and I do inserts from this computer) and I know IP
address of the Firebird server and database name?
wrote:
> :-) I don't do it myself. I wrote it into the program that ourclients are
> using.table.
>
> The only place where the fields need to be CHAR is in the import
>the table
> In other words, you have the external file, an import table, and
> that your clients are using.the
>
> The program moves the external file data into the import table. In
> import table, all fields are CHARin the
>
> Then the data is moved to the production table, casting the values
> correct data types as you go.at all.
>
> It is possible to do this so that there is no input from the user
> (I know, that's how my program works)It is possible to do it remotely, i.e.: I have the external files on
a local machine (and I do inserts from this computer) and I know IP
address of the Firebird server and database name?