C與SQL資料庫

時間 2022-06-20 04:20:03

1樓:匿名使用者

using system.data;

using system.data.sqlclient;

...string strconnection="user id=sa;password=;";

strconnection+="initial catalog=northwind;server=yoursqlserver;";

strconnection+="connect timeout=30";

sqlconnection objconnection=new sqlconnection(strconnection);

...objconnection.open();

objconnection.close();

2樓:臨時性傳說

請使用google或baidu

C 連線資料庫出錯,C 與sql資料庫連線問題

vs2005 伺服器資源管理器 右鍵 資料連線 新增連線 伺服器名輸入 local 下面選擇登入方式 選擇連線資料庫 確定。右鍵你新建好的連線 屬性 右邊 連線字串 複製就可以了 檢查你的連線字串是否正確,教你一個辦法,在vs中,拖一個可以繫結資料庫的控制元件,然後根據它的嚮導提示,會自動生成正確的...

c程式無法讀取sql資料庫,連線不到資料庫

指尖觸年華 string connstring server sqlexpress integrated security true database 資料庫名 sqlconnection con new sqlconnection connstring c 無法連線sql server資料庫,是什...

sql資料庫連線不上,SQL資料庫連線不上

sql server 無法啟動並顯示錯誤 18456 症狀sql server 服務無法啟動,同時您可能會在 windows 事件檢視器中看到以下錯誤資訊 sqlserveragent could not be started reason unable to connect to server s...