1樓:匿名使用者
連線字串有點不一樣
2樓:歸浦秋梵
server=localhost;database=資料庫名;uid=sa;pwd=****
這個可以通用
3樓:ppt模板大全
sqlconnection connstr = new sqlconnection("server=localhost;initial catalog=資料庫名;integrated security=true");
這樣才行吧(通用).
4樓:匿名使用者
sql2000比sql2005省資源 省的太多了sql2000佔記憶體佔的非常少的
sql05 吃起記憶體來是很恐怖的
sql2000經05少了很多儲存過程和函式你的密碼怎麼可能為空
如果是windows驗證 那麼 連線串不是這麼寫的如果是sqlserver驗證 那麼密碼不能為空
C連線資料庫,附近有問題
newsid 沒有取到值 string strcom select biaoti,zhaizi,neirong,img,counter,shijian from news where select biaoti,zhaizi,neirong,img,counter,shijian from news...
怎麼用c做登入介面來連線資料庫啊
什麼意思?是建一個登入介面還是隻是如何在winform中連線 資料庫?一般來講 1 匯入名稱空間 using system.data.sqlclient 連線sqlserver 資料庫專用 2 建立連線 sqlconnection lo conn new sqlconnection server 伺...
用c語言怎麼連線資料庫呢,用C語言怎麼實現與資料庫的連線
25.2.2.c api函式概述 這裡歸納了c api可使用的函式,並在下一節詳細介紹了它們。請參見25.2.3節,c api函式描述 函式 描述 mysql affected rows 返回上次update delete或insert查詢更改 刪除 插入的行數。mysql autocommit 切...