perl DBI: problems searching text strings with ' symbol (es d'ambrose) - Mailing list pgsql-general

From filippo
Subject perl DBI: problems searching text strings with ' symbol (es d'ambrose)
Date
Msg-id 1175901993.065182.9640@n76g2000hsh.googlegroups.com
Whole thread Raw
List pgsql-general
hello,

if I try to insert text like

$dbh->quote(qq/d'ambrose/);

when I try to search names with character lile ', I get this error

DBD::PgPP::st execute failed: Unknown message type: '­' at C:/Perl/
site/lib/DBD/
PgPP.pm line 730

I really need to store and select names with ' character, how can I
do?

Thanks,

Filippo


pgsql-general by date:

Previous
From: "filippo"
Date:
Subject: Re: perl DBI: problems searching text strings with ' symbol (es d'ambrose)
Next
From: "Simon István"
Date:
Subject: PlPg/SQL mulit-array as a parameter?