M
Miliuccio
i load a DATASET with SQL2000 TABLE
i am not able to UPDATE with SQLCE DATAADAPTER
how to do?
i am not able to UPDATE with SQLCE DATAADAPTER
how to do?
Darren Shaffer said:you want a System.Data.SqlClient SqlDataAdapter,
NOT a System.Data.SqlServerCe SqlDataAdapter
if you are working with SQL2000.
You cannot fill a dataset with a SqlClient DataAdapter from SQL2000
and then turn around and call update on a SqlServerCe DataAdapter.
--
Darren Shaffer
.NET Compact Framework MVP
Principal Architect
Connected Innovation
www.connectedinnovation.com