A.private static string DBConnectString ="server=.;database=FreshLiveDB;uid=sa;pwd=123;";
B.private static string DBConnectString ="server=.;database=FreshLiveDB;id=sa;pwd=123;";
C.private static string DBConnectString ="server=.;database=FreshLiveDB;id=sa;password=123;";
D.private static string DBConnectString ="server=.;database=FreshLiveDB;name=sa;pwd=123;";
您可能感興趣的試卷
你可能感興趣的試題
A.SqlCommand cmm =new SqlCommand(sql語句,Connection對象);
B.SqlCommand cmm =new SqlCommand(Connection對象,sql語句);
C.SqlCommand cmm =new SqlCommand(sql語句);
D.SqlCommand cmm =new SqlCommand(Connection對象);
A.Rows獲取總條數(shù)
B.DataSource 獲取數(shù)據(jù)源
C.Name 獲取控件的名稱
D.Columns 獲取總列的名稱
A.算術(shù)異常
B.參數(shù)格式錯誤異常
C.非法參數(shù)異常
D.數(shù)組下標(biāo)越界異常
A.先執(zhí)行代碼塊3,后執(zhí)行return語句
B.程序報錯
C.return0語句不執(zhí)行
D.先執(zhí)行return語句,后執(zhí)行代碼塊3
A.try…finally
B.catch…finally
C.try…catch
D.try…catch…finally
最新試題
下列關(guān)于ADO.NET操作數(shù)據(jù)庫的原理,說法有誤的是()
以下關(guān)于Lable控件代碼描述正確的是()
在c#窗體應(yīng)用程序中,Panel、GroupBox、TabControl等分組控件,有時候也被稱之為()
在C#中,定義命名空間的關(guān)鍵字是()
在WinForm窗體中,列表框(LisBox)控件的()屬性用于設(shè)置一個值,該值決定ListBox 是否支持選擇多項。
下列關(guān)于數(shù)據(jù)集DataSet的說法,錯誤的是()
在C#中,使用()關(guān)鍵字來導(dǎo)入命名空間。
在ADO.NET中,Command對象用于執(zhí)行SQL命令,如果需要得到多行多列的查詢結(jié)果,則需要使用該對象的()方法。
以下屬于Command對象的方法是()
在Visual Studio集成開發(fā)環(huán)境中有兩類窗口,分別為浮動窗口和固定窗口,下列不屬于浮動窗口的是()