DataSet

  • Thread starter Thread starter David
  • Start date Start date
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
 
Back
Top