Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
128 field limit?
Message
From
30/11/2000 17:43:42
Adam Skowronski
Custom Designed Systems
Miami, Florida, United States
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00446061
Message ID:
00447757
Views:
20
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
Previous
Reply
Map
View

Click here to load this message in the networking platform