On Thu, 30 May 2002 14:03:01 +0200, C�dric Mallet wrote:
>I would to send the request SET CLIENT_ENCODING TO 'iso-8859-15';
>
>I get an error with those lines in my perl script :
>
> my $sql_encod = qq{ SET CLIENT_ENCODING TO 'iso-8859-15'; };
Try dropping the semicolon at the end of the SQL statement. DBI
generally doesn't like 'em.
--
Bart.
