Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
128 field limit?
Message
De
30/11/2000 17:43:42
Adam Skowronski
Custom Designed Systems
Miami, Floride, États-Unis
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00446061
Message ID:
00447757
Vues:
14
I have an application whereby I had to split up a table into nine parts with more than 900 fields total. This required a pageframe to accomodate this number of fields, and I call a method to 'update' all the tables. I am not using a view, so I'm not sure if this method will work for you, but basically I select each table in the method and perform a TABLEUPDAE() after each table is selected.
SELECT re1_geo
=TABLEUPDATE()

SELECT re1_gen1
=TABLEUPDATE()

SELECT re1_gen2
=TABLEUPDATE()

SELECT re1_add1
=TABLEUPDATE()
Hope this give you an idea to go on.
Adam
Adam J Skowronski
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform