Here's the error message that I am getting:

[911] [2] [0] "[Microsoft][ODBC Driver Manager] Invalid string or buffer 
length"


And here is the code


my $sqlcommand = "INSERT INTO 
EMAILS(PERSONALITY_ID,EMAIL_HEADER,EMAIL_EMAIL,EMAIL_FROM,EMAIL_SUBJECT) 
VALUES("  . $personalid . ",\"" . $headerlines . "\",\"" . $lines . "\",\"" 
. $from . "\",\"" . $subject . "\")";
       }
       $emails->sql($sqlcommand);



Any problems with that code that I don't see


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to