Re: [Nant-users] executing sql script

2003-09-09 Thread Eric Fetzer
In the NantContrib doc located in the doc at:  nant\doc\help\nantContribTasks     Task A task to execute arbitrary SQL statements against a OLEDB data source. You can specify a set of sql statements inside the sql element, or execute them from a text file that contains them. You can also choose

[Nant-users] executing sql script

2003-09-08 Thread Monroziés Pierre Jean
Hello,   I spend many time this week end looking for a tutorial on excuting sql script with nant. I effectively found some blogs which explain that it is possible with the nantContrib’s  task. But on the nantContrib site I found nothing more on this kind of task. What to do to use the sq