单项选择题你要用VisualStudio.NET设计一个基于windows的程序,你的程序包含一个名为CustomerForm的form,它包含下面控件: 名为TestKingConnection的SQLConnection对象 名为TestKingDataAdapter的SQLDataAdapter对象 名为CustomerDataSet的DataSet对象 5个TextBox与CustomerDataSet绑定 一个名为saveButton的Button在设计的时候你为每个TextBox的DataBindings属性为CustomerDataSet的DataTable特定的列当程序运行的时候,用户必须能够编辑textboxes显示的信息,当点击saveButton所有用户的改变必须保存到合适的数据库,这个按钮事件包含下面的程序片段TestKingDataAdapter.Update(CustomerDataSet);你编译程序,但是saveButton没有保存任何改变你需要改正这个问题:()
A.Call the InsertCommand method of TestKingDa taAdapter.运行TestKingDataAdapter中的InsertCommand方法
B.CALL THE Update method of TestKingDataAdapter and pass in TestKingConnection.运行TestKingDataAdapter的Update方法并且通过TestKingConnection
C.Before calling the Update method,ensur ethat a row position change occurs in CustomerDataSet.在运行Upate方法,确保行位置在CustomerDataSet的改变
D.Rees tablish the database connecti on by calling the Open method of TestKingConnection.重新连接数据库通过运行TestKingConnection