Stronly typed dataset

From what I read you can easily create Strong typed dataset in VS 2005 but can I create them in C# Express Thanks.

Answer this question

Stronly typed dataset

  • Jaw9

    When making a strongly typed dataset you are generally pointing it to a database and having VS construct it from that... Is the database you are trying to access local If not you are kinda SOL for now as Express only allows data access (within the IDE) to local data hosts.

  • iortizvictory

    You can create them in C# Express.

    Goto Project->Add new item

    Select Dataset

    The Dataset designer allows you to create strongly typed datasets.


  • sapeluso

    Hi,

    Is your problem solved

    Thank you,
    Bhanu.



  • Stronly typed dataset