Re: How to insert CSV into SQL Server via ANT

2007-10-15 Thread Steve Loughran
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.

RE: How to insert CSV into SQL Server via ANT

2007-10-15 Thread Mario Madunic
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

RE: How to insert CSV into SQL Server via ANT

2007-10-15 Thread RADEMAKERS Tanguy
>-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

How to insert CSV into SQL Server via ANT

2007-10-13 Thread Mario Madunic
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 --