A.dsBizFlier.Fill(dsModified)
B.dsModified=dsBizFlier.Copy(DataRowState.Modified)
C.dsModified=dsBizFlier.GetChanges()
D.dsBizFlier.Fill(dsModified,DataRowState.Modified)
您可能感興趣的試卷
你可能感興趣的試題
A.使用Microsoft SQL Serve索引來優(yōu)化數(shù)據(jù)運算
B.在一個業(yè)務層類中實現(xiàn)運算
C.在一個數(shù)據(jù)層類中實現(xiàn)運算
D.使用Microsoft SQL Server存儲過程來進行數(shù)據(jù)運算
A.existingStudents.Merge(exStudents)
B.exStudents.Merge(existingStudents)
C.exStudents.Merge(existingStudents,True)
D.existingStudents.Merge(exStudents,F(xiàn)alse)
E.existingStudents.Merge(exStudents,True)
A.Students,SubjectTaken,Subjects
B.SubjectTaken,Subjects,Students
C.Students,Subjects,SubjectTaken
D.Subjects,SubjectTaken,Students
使用下面的連接字符串在給定的時間連接到Microsoft SQL Server 2000,有多少個連接池被創(chuàng)建?
請選擇?()
A.A
B.B
C.C
D.D
最新試題
Sqlserver的兩種登陸模式()和()
打開sql connection時返回的sql server錯誤號為17,該錯誤表示:()
連接sql server 2000數(shù)據(jù)庫,使用哪種.net數(shù)據(jù)提供程序最好()
將pubs數(shù)據(jù)庫中jobs表中的所有數(shù)據(jù)裝入數(shù)據(jù)集,在其上應用數(shù)據(jù)視圖,將工作號>5的工作信息按工作描述降序排序,顯示在DataGridView控件上
在將Dataset中數(shù)據(jù)修改更新回數(shù)據(jù)庫時,對于無法更新的dataset數(shù)據(jù)行,我們可以調(diào)用()拒絕更改,從而使該行數(shù)據(jù)恢復到原來的狀態(tài).
可使用DataSet類的()方法將當前DataSet對象的數(shù)據(jù)和構(gòu)架信息保存到文件中;可使用DataSet類的()方法從文件中加載構(gòu)架信息和數(shù)據(jù)到DataSet對象;可使用DataSet類的()方法從文件中加載構(gòu)架信息到DataSet對象;可使用DataSet類的()方法將DataSet對象中的架構(gòu)信息寫到文件中。
使用DataAdapter填充DataSet的最有效方式是什么?
在什么情況下使用連接環(huán)境?對于一個連接應用程序你會使用哪些類?
創(chuàng)建具有相同結(jié)構(gòu)的新的DataTable,使用DateTable的()方法。
如何配置DataAdapter,以允許根據(jù)DataSet的內(nèi)容更新數(shù)據(jù)源?