DataSet

  • Thread starter Thread starter David
  • Start date Start date
D

David

Hello.
How can I use DataSet in Compact Framework?
Can you sho me some examples?
 
David said:
How can I use DataSet in Compact Framework?

Pretty much as you use it in the desktop framework.
Can you sho me some examples?

It's a very vague question, and any one example is probably not going
to be what you're after. I would suggest reading a general ADO.NET book
to see examples of general usage. Could you give a more specific
question?
 
I'm with John:

Do something you'd normally try to do (ie connect to a sql database) and try
calling .Fill. It's work There are a few subtleties (like you don't have
typed datasets) but they are marginal.

--
W.G. Ryan MVP Windows - Embedded

Have an opinion on the effectiveness of Microsoft Embedded newsgroups?
Let Microsoft know!
https://www.windowsembeddedeval.com/community/newsgroups
 

Ask a Question

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.

Ask a Question

Back
Top