Re: MyODBC, MySQL, and a little bit of perl

2001-08-18 Thread s. keeling
On Sat, Aug 18, 2001 at 04:25:50PM -0700, John Meyer wrote: > 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_HEADE

MyODBC, MySQL, and a little bit of perl

2001-08-18 Thread John Meyer
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 . ",\"" . $header