IO流读取与写入文件+SQL替换更新字段脚本

//流读取写入文件
读取文件
写入文件

//更新替换字段
update UserInfo set URL_Name = 
(
select replace(URL_Name,substring(URL_Name,0,17),'http://hanguoji')) 
where substring(URL_Name,0,17)='http://localhost'
posted on 2006-06-30 17:57  Gary.han  阅读(803)  评论(0编辑  收藏  举报