Re: sql statement to determine blob size
Posted by: Georg Richter
Date: December 17, 2005 02:03AM

You can obtain the values for a column by retrieving the query metadata via mysql_fetch_fields. length specifies the blob length of current row, max_length specifes the max. col. length.

/Georg

Options: ReplyQuote


Subject
Views
Written By
Posted
583
December 05, 2005 02:22AM
Re: sql statement to determine blob size
460
December 17, 2005 02:03AM


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.