> From: "Bowen, Mark" <[EMAIL PROTECTED]>
> Date: 2004/07/15 Thu PM 09:53:44 GMT

> the CHAR(13) & CHAR(10) functions, however I cannot get 

This should, indeed, work.  You need to make sure that Perl sees this 
as part of the SQL string, and that MSSQL sees it as part of the SQL 
syntax.

something like
$insertString = "'This is the mult-line '+ char(13) + char(10) +'string I want to 
enter'";

> Mark Bowen

HTH,
amonotod


--

    `\|||/         amonotod@    | sun|perl|windows
      (@@)         charter.net  | sysadmin|dba
  ooO_(_)_Ooo____________________________________
  _____|_____|_____|_____|_____|_____|_____|_____|

Reply via email to