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