|
-
Aug 10th, 2000, 10:07 AM
#3
Thread Starter
Member
Just the traditional swap algorithm
this would swap var1 with var 2
temp = var1
var1 = var2
var2 = temp
I just used this concept exept used loops to copy all the fields into temp arrays. The problem is, there is a stage where var1 and var2 are equal, the database doesn't like this since the primary keys are the same.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|