Results 1 to 2 of 2

Thread: data table/ data set question

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2004
    Posts
    541

    data table/ data set question

    Hi guys,

    Just a general question. When a data table is filled from the data adapter from an ms access or sql database:

    i.e.
    VB Code:
    1. da.fill(dt)
    Will the data table also bring over the primary key and the indexes? Or will it only bring over the data?

    Thanks,

    Strick

  2. #2
    Hyperactive Member The_Duck's Avatar
    Join Date
    May 2005
    Location
    Leamington, UK
    Posts
    351

    Re: data table/ data set question

    The fill method will just pull back the data.

    You specify Primary Keys, unique indexes etc on a datatable.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width