MySQL Forums
Forum List  »  Delphi

Re: could not insert data into "mediumtext" field
Posted by: Dmitry Arefiev
Date: June 11, 2010 01:02AM

Hello

Your INSERT statement has invalid syntax. The correct statement is:

INSERT INTO tbl_content( CONTENT_CATEGORY_ID, CONTENT_SECTION_ID, TITLE, INTROTEXT, `FULLTEXT`, CREATED)
VALUES( 2, 6, 'tryyyyy', 'jkl;jkl', 'adsf', '2010-05-11' );

--
With best regards,
Dmitry Arefiev
http://www.anydac.net - Delphi Components for MySQL, Firebird, SQL Server,
Oracle, PostgreSQL, SQLite, ODBC (and more) high-speed direct access.

Options: ReplyQuote


Subject
Written By
Posted
Re: could not insert data into "mediumtext" field
June 11, 2010 01:02AM


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.