I am still lost as to how to specify the SQL command so that the store all will put a unique primary key to the data base. I have reset the primary key for the data base table to be an integer field, but do not know what SQL command to specify.
Can you suggest a sample SQL command? I have tried things like "SELECT @@ROWCOUNT", but that resulted in just 2 rows when storing over 3000 calendar entries. The key values are just 0 and 1.
I even tried a random number function, but it appears that the function is only calculated once so insteading of inserting the calendar entries, they are updated.
I have also tried to used an identity primary key on the target data base table, but am still lost as to what to put in the SQL command field for the Primary key specification.
Thanks in advance for your help.
GCUser