Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread How to load table to dataset without primarykey?
Sat, Jul 20 2013 3:29 PMPermanent Link

Amaury López

ASESYS

I need load a table from a old mssqlserver database without primarykey.  That's posible?
Sun, Jul 21 2013 1:58 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Amaury,

<< I need load a table from a old mssqlserver database without primarykey.
That's posible? >>

You can load it, but you won't be able to update it (insert, update, or
delete), nor will you be able to use any BLOBs from the table.  Both of
these operations require a primary key in order to be able to uniquely
identify each row.

Tim Young
Elevate Software
www.elevatesoft.com
Image