View Single Post

   
  #1 (permalink)  
Old 04-08-2008, 06:02 PM
Matthew.Blyth@gmail.com
 
Posts: n/a
Default inserting double quotes into sybase database

Hi,

Executing a stored proc on a sybase database via perl that contains
double quotes in one or two of the parameters. Ideally, I would like to
preserve these double quotes in the database but am getting the
following error:

DBD::Sybase::st execute failed: Server message number=2402 severity=16
state=2 line=8 server=DAFFYtext=Error converting client characters into
server's character set. Some character(s) could not be converted.

Would be highly grateful if someone could help me out )

Thanks,

Matt

Reply With Quote