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

2006-06-27 Thread Keith Hatton
t: 27 June 2006 17:49 To: Ant Users List Subject: RE: SQL task - how to set collation (working with MySQL) Sure. If I use the console for example, I use: mysql -u[user] -p[password] --default-character-set=[charset] This causes the console client to use the corresponding charset, and by that -

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

2006-06-27 Thread Eitan Gur
specific charset... Thanks Jan, Eitan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 27, 2006 5:39 PM To: user@ant.apache.org Subject: AW: SQL task - how to set collation (working with MySQL) Can you give an command line example for MySQL? Jan

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

2006-06-27 Thread Jan.Materne
Can you give an command line example for MySQL? Jan >-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

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

2006-06-27 Thread Eitan Gur
PROTECTED] Sent: Tuesday, June 27, 2006 5:34 PM To: user@ant.apache.org Subject: AW: SQL task - how to set collation (working with MySQL) >I wanted to know whether (and how) I can instruct ANT to use a >specific collation with the SQL task (specifically - when using MySQL). Hhmm ... rea

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

2006-06-27 Thread Jan.Materne
>I wanted to know whether (and how) I can instruct ANT to use a >specific collation with the SQL task (specifically - when using MySQL). Hhmm ... really an Ant related question or more SQL related? Jan - To unsubscribe, e-mai

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