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 revisionBoth sides next revision
reference:updateclob [2015/08/05 03:18] – created mnewnhamreference:updateclob [2015/08/05 03:19] mnewnham
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.txt · Last modified: 2016/01/17 01:59 by mnewnham