Hi 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'; };
my $sth_encod = $dbh->prepare( $sql_encod );
my $sth_encod->execute();
I don't understand why it does not work. I use DBD::Pg.
Thanks in advance
--
Ced
