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.
Will the data table also bring over the primary key and the indexes? Or will it only bring over the data?VB Code:
da.fill(dt)
Thanks,
Strick
