N
naruto2000x
I appereciate anyone's help with this.
i am really confused with idea of dataset in ado.net is disconnected.
if let say if we issue an update sql statement using data adapter and
dataset in that
Dim strSQL as string = "update customer set name = 'joe' where ID =
5"
Dim DA as new SQLDataAdapter(strSQL, SQLCONNECTIONOBJECT)
Dim ds AS new Dataset
DA.Fill(DS, "tablename")
the underlying Customer Table in my database is actually get updated.
So in what way DATASET is disconnected
Thanks for the help.
winnie
*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*
i am really confused with idea of dataset in ado.net is disconnected.
if let say if we issue an update sql statement using data adapter and
dataset in that
Dim strSQL as string = "update customer set name = 'joe' where ID =
5"
Dim DA as new SQLDataAdapter(strSQL, SQLCONNECTIONOBJECT)
Dim ds AS new Dataset
DA.Fill(DS, "tablename")
the underlying Customer Table in my database is actually get updated.
So in what way DATASET is disconnected
Thanks for the help.
winnie
*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*