Typed DataSets

Hi:
Can I build typed datasets with CF 2.0 and VS2005 How can I do

Thanks
Antonio de Rojas


Answer this question

Typed DataSets

  • Suki Baby

    OK, let's try another way.

    1. Add new item in solution explorer and choose DataSet.
    2. Drag and drop tables from Server Explorer's data connection (can be SQL Mobile or SQL Sever 2000).< xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />



  • JustinLong

    Yes, you can. It's done the same way as for desktop projects.
    Drag and drop dataset, pick data source and you all set.
    Or you can use schema designer.



  • ahsankhan

    OK. Schema designer works perfectly, but I haven't "data components" in toolbox to drag and drop dataset.
    Can I set toolbox to see "data components"

  • Typed DataSets