I wud like to rephrase my problem........actually i want some method to insert large text/binary text values into BLOB fields in chunks , instead of inserting the values at once in entireity. So for that , i want to know how do i append text to a field. (I can tune server parameter max_allow_packet , but that's not a good option)

On Thu, 28 Aug 2003 Rob wrote :
For arbitrary sizes of text, try the MEDIUMTEXT or LONGTEXT column
types. Data is then stored as a BLOB.
Check out the docs at http://www.mysql.com/doc/en/BLOB.html


-----Original Message-----
From: Sreesekhar Palaparthy [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 28, 2003 9:28 AM
To: [EMAIL PROTECTED]
Subject: Text fields



Hi,
How do we insert arbitary sized texts into MYSQL Text
fields?? Is there any way to split the text into chunks and then
append those chunks to the field???



___________________________________________________ Art meets Army ; Swapna Weds Capt. Rajsekhar. Rediff Matchmaker strikes another interesting match !! Visit http://matchmaker.rediff.com?2



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:
http://lists.mysql.com/[EMAIL PROTECTED]



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



___________________________________________________ Art meets Army ; Swapna Weds Capt. Rajsekhar. Rediff Matchmaker strikes another interesting match !! Visit http://matchmaker.rediff.com?2



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to