joejack0330
Technical User
We have some Win CE devices that we use and want to be able to keep a local sql ce database on the ce device to collect data then when ready to send data to our sql 2005 database without using rda or merging. We like to keep it simple and just make an sqlcedatareader connection for ce db and an sqldatareader for the sql 2005 db. We have it working with both connections but want to know if we can do an insert into sql 2005 table with a select from the ce table or even do our select from the ce table first to get data into datareader then do the insert from datareader in one batch? Or would we have to loop through and insert a record at a time? We're not talking about a lot of data so looping is not an issue but would prefer a batch update.
Thanks, Joe
Thanks, Joe