国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發 > 綜合 > 正文

在數據庫中存儲和顯示圖象(存儲一)

2024-07-21 02:22:50
字體:
來源:轉載
供稿:網友
using system;using system.data.sqlclient;using system.data.sqltypes;using system.io;string imagefilelocation=“d:/images/”;string imagefileprefix=“cereal“;int numberimagefiles=7;string imagefiletype=“.gif“;int maximagesize=10000;sqlconnection imageconnection=null;sqlcommand imagecommand=null;]//幾個要用到的方法;void openconnection() { //create sqlconnection object imageconnection=new sqlconnection(configurationsettings.appsettings[“wind“]); //open connection imageconnection.open(); }void closeconnection() { //close the connection imageconnection.close(); }void createcommand(){imagecommand=new sqlcommand();imagecommand.connection=imageconnection;}void executecommand(string commandtext){int commandresult;imagecommand.commandtext=commandtext;commandresult=imagecommand.executenonquery();}void createimagetable(){executecommand(“if exists{“+“select table_name“+“from infoemation_schema.tables“+“where table_name='imagetable'“+“) drop table imagetable“ );executecommand(“create table imagetable(“+“imagefile nvarchar(20),“+“imagedata image“+ “)“ );}
  • 網站運營seo文章大全
  • 提供全面的站長運營經驗及seo技術!
  • 發表評論 共有條評論
    用戶名: 密碼:
    驗證碼: 匿名發表
    主站蜘蛛池模板: 滦平县| 宜川县| 安图县| 秀山| 灌云县| 吉首市| 高碑店市| 三原县| 内丘县| 安吉县| 梨树县| 涟水县| 高平市| 东乡族自治县| 文水县| 柳林县| 茂名市| 蒙阴县| 慈溪市| 申扎县| 石狮市| 乌鲁木齐县| 安新县| 邹城市| 九龙城区| 和龙市| 寿阳县| 新闻| 汽车| 阜新| 资兴市| 陆河县| 海安县| 深泽县| 大理市| 华容县| 腾冲县| 三原县| 茂名市| 德兴市| 丰城市|