ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:connection:updateclob

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
reference:updateclob [2015/08/05 03:18] – created mnewnhamv5:reference:connection:updateclob [2016/01/17 01:59] (current) – ↷ Page moved from v5:reference:updateclob to v5:reference:connection:updateclob mnewnham
Line 2: Line 2:
 ~~NOTOC~~ ~~NOTOC~~
 <WRAP info> <WRAP info>
-Support for this function is limited. See the [[database:feature_comparison|Feature Comparison Matrix]]+Support for this function is limited. See the [[v5:database:feature_comparison|Feature Comparison Matrix]]
 </WRAP> </WRAP>
 <WRAP right box> <WRAP right box>
Line 25: Line 25:
  * Connection assumed  * Connection assumed
  */  */
-$tableName = 'images'; +$tableName = 'textfiles'; 
-$columnName = 'image_data';+$columnName = 'text_data';
  
 $clob = file_get_contents('/temp/test.txt'); $clob = file_get_contents('/temp/test.txt');
v5/reference/connection/updateclob.1438737525.txt.gz · Last modified: 2017/04/21 11:32 (external edit)