Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Keys to the kingdom
Message
De
24/01/2015 12:17:48
 
 
À
22/01/2015 13:14:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01614113
Message ID:
01614278
Vues:
59
Hi Lucien.

>I've finally gotten around to retrofitting some older tables in my app with primary and foreign keys. Is there a method to "backfill" those tables with key values after they've been re-structured, avoiding the dreaded 'uniqueness of [key field] is violated' error? New installs aren't, of course, a problem. It's the existing installations that I'm referring to. My app uses VMP as a framework, and Stonefield DB toolkit.

If you make the primary key field Integer (Auto-Inc), SDT will automatically fill in the values for you when you update the table (it uses RECNO() for the key value). If you're not doing that, then you have to do a multi-stage update as Tamar states.

Doug
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform