Hai,
For the intro : I'm using SQL Server 2000, and i use client side cursor, and i want to use resync command from ADO. The problem is that the resync needs PK from the table.
And here is my table:
1. Sales Order
2. Order
The Sales Order consist of:
1. Order No. (PK)
2. Date
3. Client
4. etc
The Order table consist of:
1. Order No. (FK)
2. No
3. Item
4. Quantity
Now, i want to give the Order table a PK, but i confused what should i use/add to the table so i can have PK. Or is there any other way?
Maybe this is a very basic question, but please any help would be nice.
Thank you,
Ippo