Mario Madunic wrote:
Thanks for the idea,
I'll give that a try in the next couple of days and post the results.
Marijan (Mario) Madunic
I usually populate databases using my client (hibernate) code; I can set
that up to read from some formatted file like CSV or XML and run it
under ant.
Thanks for the idea,
I'll give that a try in the next couple of days and post the results.
Marijan (Mario) Madunic
Quoting RADEMAKERS Tanguy <[EMAIL PROTECTED]>:
> >-Original Message-
> >From: Mario Madunic [mailto:[EMAIL PROTECTED]
> >Sent: Saturday, October 13, 2007 3:39 PM
> >To: u
>-Original Message-
>From: Mario Madunic [mailto:[EMAIL PROTECTED]
>Sent: Saturday, October 13, 2007 3:39 PM
>To: user@ant.apache.org
>Subject: How to insert CSV into SQL Server via ANT
>
>
>Hi I've been using the BCP command to do this via
>
>
>
>Ran into a problem with this. I thought