国产探花免费观看_亚洲丰满少妇自慰呻吟_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技術!
  • 發表評論 共有條評論
    用戶名: 密碼:
    驗證碼: 匿名發表
    主站蜘蛛池模板: 富顺县| 青州市| 都江堰市| 佛山市| 灌阳县| 铜川市| 都江堰市| 司法| 黑山县| 闽清县| 体育| 东方市| 合山市| 汕头市| 梨树县| 江华| 宣汉县| 泉州市| 大方县| 漳浦县| 淮安市| 通海县| 锦屏县| 安西县| 高阳县| 临江市| 天长市| 赣州市| 右玉县| 白山市| 化州市| 洞头县| 松江区| 沙河市| 裕民县| 宁远县| 高台县| 长子县| 庆安县| 四子王旗| 灵璧县|