Hello,
I posted this earlier, but I had no replies, so I try again, because I need
help with this.
I am working with .net 1.1, pocket pc 2002, mssql 2000, sql ce 2.0.
I use rda to pull tables, create dataadapters for each table, modifiy the
dataset, call the update method, and push back. Only the update method
returns an 80004005 unspecified error.
Code snippits are to be seen on http://y3p.pastebin.com
I tried a lot of things like manual commands, command builder, a
sqlceconnection for each adapter, using numbers instead of columnnames, the
unique identifier colomns of the table are guids in the dataset, I tried to
create them als string, as string with {}, and as new guid, they are all
posible, but rows.add(row) does not eat all of them...
Thanks in advance,
J. Timmer