MySQL Forums
Forum List  »  Delphi

delphi Memo to msql text error..
Posted by: Andreas L
Date: April 13, 2007 03:31AM

Dear all,
i have a problem when insert memo1.text to field (text) in sql table..

form1.Table1.Active := true;
form1.Table1.First;
form1.Table1.append;
form1.Table1.fields[3].asstring := form1.DBMemo1.Lines.Text;
form1.table1.post;
form1.Table1.close;

if the lines in dbmemo1 exceed 100 lines, the error message are "invalid blob length"..the message appear after the "form1.table1.post;" syntax is execute.

i use odbc to connect with mysql server..

please help me..

Options: ReplyQuote


Subject
Written By
Posted
delphi Memo to msql text error..
April 13, 2007 03:31AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.