Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CA and new records
Message
 
 
To
07/03/2007 15:17:02
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01201542
Message ID:
01201755
Views:
20
>Hi Borislav,
>
>PK is an integer. Since I bring down all records in that table, if there are any, I find the max interger and add one to it, to get the next pk. Then add one to the new number as I go through the records I have on my side of the equation (i.e. the records to be added to the table). if no records in the table from server, I change the pk in my tables starting at 1. Hope that makes cents. :-)
>
>This is a conversion program, so most time (if not all), there should be no records in the tables I am accessing, but, just incase, the code is there.
>
>Anyway, I finally got it working, but I am not sure exactly how, because I made many changes trying to get it to work, the last change was putting oRS.CursorLocation to client. Now things get into the tables and I was able to check it in.

Beth,

This approach can only work in a single-user application. In multi-user application it is not safe to get PKs this way.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform