RE: SQL task - how to set collation (working with MySQL)

2006-06-27 Thread Eitan Gur
>-Ursprüngliche Nachricht- >Von: Eitan Gur [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 27. Juni 2006 18:38 >An: Ant Users List >Betreff: RE: SQL task - how to set collation (working with MySQL) > >I think it is an Ant related question, as I only want to know >

RE: SQL task - how to set collation (working with MySQL)

2006-06-27 Thread Eitan Gur
I think it is an Ant related question, as I only want to know how to tell Ant to use a specific collation - I know how to do this in other clients. For me, Ant is just another client, and I would like to specify a parameter... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PR

SQL task - how to set collation (working with MySQL)

2006-06-27 Thread Eitan Gur
Hi I wanted to know whether (and how) I can instruct ANT to use a specific collation with the SQL task (specifically – when using MySQL). Thanks