Mark Singh wrote:
>
> Hello all,
>
> Does anyone know if MySQL has anything equivalent to the following of
> what exists in the Oracle product:
>
> 1. SQL*Loader
> 2. Pro*C
>
> If these equivalents for MySQL do exists, please point me in the right
> direction to obtain them. I'm very appreciative to everyone who takes the
> time to read and respond to my request.
>
> Also, if it's not too much of an inconvience, would you cc: a response to
> my personal address as well.
>
> Trevor C.
Hi Trevor
1) Yes, it is called "mysqlimport".
2) You can use the C-API or MYSQL++ for this.
Tschau
Christian