F
Franko
I have a typed dataset which i populate with data from a webservice. I
can see using the watch window that it has 92 records. however when i
update it back to my database, i cannot see the data in the table.
there is no errors thrown up. what is wrong? here is the code snippet
"Rawdata" is the name of my tablethat i want to update
SqlConn = New SqlConnection(StrConnection)
SqlDtAdapter = New SqlDataAdapter
SqlDtAdapter.t()
SqlDtAdapter.Update(SqlDsObject, "RawData")
Return SqlDsObject
can see using the watch window that it has 92 records. however when i
update it back to my database, i cannot see the data in the table.
there is no errors thrown up. what is wrong? here is the code snippet
"Rawdata" is the name of my tablethat i want to update
SqlConn = New SqlConnection(StrConnection)
SqlDtAdapter = New SqlDataAdapter
SqlDtAdapter.t()
SqlDtAdapter.Update(SqlDsObject, "RawData")
Return SqlDsObject