CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ssabc

Search: Search took 0.01 seconds.

  1. Typed Dataset to populate textboxes, not reading all data tables

    Hello:

    I am using Visual Basic 2017

    I have some code (below) that reads three tables into one form to populate textboxes based on using .FindBy. The first table works great, however the second...
  2. Thread: Typed Datasets

    by ssabc
    Replies
    3
    Views
    18,886

    Re: Typed Datasets

    Perhaps. Is this what is recommended?

    As I understand it, I am supposed to be able to use the typed dataset and table adapter to just update, and this takes my array based source and...
  3. Thread: Typed Datasets

    by ssabc
    Replies
    3
    Views
    18,886

    Typed Datasets

    Hello:

    I have this very inconsistent code that may be mixing untyped and typed datasets. My goal is to have a typed dataset where I can just say dataset.Update to get any new information or...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured