$sqlA="update table_name set content=:CONTENT where newsid=’$NewsID’";
$conn = OCILogon("scott", "tiger");
$conn = OCIParse($conn,$sqlA);
OCIBindByName($conn, ‘:CONTENT’, &$ContentTmp,-1);
OCIExecute($conn);
http://www.gaodaima.com/46041.html一个php处理oracle的 long型数据的简单_php
其中:$ContentTmp中为大文本的具体内容。
欢迎大家阅读《一个php处理oracle的 long型数据的简单_php》,跪求各位点评,若觉得好的话请收藏本文,by 搞代码