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.
ctober 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 bcp was a st
>-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
>
>
>
&g
Hi I've been using the BCP command to do this via
Ran into a problem with this. I thought bcp was a standard install on PCs but it
is only installed with SQL Server or SQL Server Express. Is there an ANT task
that can do this?
Marijan (Mario) Madunic
--