關於c做資料庫的時候string的問題

2022-11-19 00:45:20 字數 1815 閱讀 3132

1樓:

資料庫裡userid 很可能是數字而非字串

所以使用者選擇id登入的時候 你的**需要改寫,把使用者輸入的轉成數字,比如

cmd.parameters.add(new sqlparameter("@userid", int.parse(this.textbox1.text)))

2樓:扣

msdn中的說明:

為建立和管理由 sqlconnection 類使用的連線字串的內容提供了一種簡單方法。

名稱空間: system.data.sqlclient

程式集: system.data(在 system.data.dll 中)

語法visual basic(宣告)

public notinheritable class sqlconnectionstringbuilder _

inherits dbconnectionstringbuilder

visual basic(用法)

dim instance as sqlconnectionstringbuilder

c# public sealed class sqlconnectionstringbuilder : dbconnectionstringbuilder

visual c++

public ref class sqlconnectionstringbuilder sealed : public dbconnectionstringbuilderj#

關於c#和sql資料庫的問題

3樓:依紅旭

1全部-- 把sql語句修改為這樣

string sqlstr = "select sum(cast(isnull(金額,'') as int)) from jhtz";

c#中資料庫連線字串出錯,求大神指點一個好方法

4樓:匿名使用者

寫做string conn=@"

或者data source=.\\

任選一種寫法,不能兩個都用。

c#獲取資料庫連線字串時 資料庫連線字串取不到

5樓:sky麼麼噠

同學你這個問題我做了下測試:

public string ss()

}return sss;

}你這個問題應該是出在配置檔案裡面 你配置檔案裡面的連線字串 沒有加lockitem="true"這個屬性

不加的話 肯定都是false 加上就ok了 嘿嘿希望能幫到你

6樓:匿名使用者

你連線的是什麼資料庫?

直接寫不就行了,再把連線字串存在配置檔案裡隨時可以改,多方便!

7樓:匿名使用者

你的配置檔案中,connectionstrings裡面配置對了嗎

visual studio 2010中用c#寫的一個連線資料庫的字串問題

8樓:匿名使用者

你放一個sqldatasource控制元件,新建資料來源,伺服器名輸入.   在後面輸入賬號密碼,在選擇你的目標資料庫。

9樓:斯內科

你登陸你自己的機器 sqlserver 使用例項名 mrc_8cf94303a82\\mrnet 使用sa 密碼111 看成功不?然後檢視資料庫是否有db_pwms

10樓:踢腳

你可以來配置檔案中設定!

關於如何用c操作access資料庫

1.首先使用access建立一個資料儲存在硬碟某處,使用.mdb。2.開啟vs 2013,引入名稱空間 using system.data.oledb 宣告物件 private oledbconnection oledbconn private oledbdataadapter oledbada p...

資料庫連線語句,C 中連線資料庫的語句?

資料庫連線字串已經在配置檔案定義了,呵呵,實際應用和學校有點區別的。呃,你開啟configurationmanager,看看onlineshopconnectionstring就明白了。c 中連線資料庫的語句?c 資料庫連線 系統引用using using access資料庫需要。using sql...

VB資料庫問題,用vb做資料庫,打包時遇見問題

這是excel做的。dim oleexcel as object dim s as string private sub command3 click 存xls dim i,j as integer false false表示excel窗體隱藏。開啟檔案。filename 從xls檔案中讀內容。s ...