Look up the SqlCeDataReader class in the help. There is an example in
the About. Basically, your SqlCeCommand select query will return an
SqlCeDataReader object which you will use to iterate through affected
rows. If Zero rows are affected, the read() function returns false
immediately.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.