Tableadapter not available in code

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Manfred

    #1

    Tableadapter not available in code

    Hi all

    I just started with vb.net and try to use a tableadapter. I started with
    draging my Pubs DB tables on the form so the dataset was created
    automatically.

    After I added a query with multiple tables and inner joins to one of the
    adapters. displaying it on a Datagridview it also displayed me the
    colummns (empty without values) not selected in the selectcommand.

    So I tried to add a new tableadapter to the dataset only with the
    columns I like to see in the datagrid.

    I try to access the tableadapter I created in the code but it doesen't
    seems to be accessible. The tableaddapter name is not available in the
    code.

    Thanks in advance

    Manfred
Working...