Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP + SQL Server 2005
Message
 
 
To
05/03/2010 05:40:14
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01452710
Message ID:
01452730
Views:
69
You cannot work with such table in VFP. VFP table/cursor is limited to 255 fields (254 if any of them support NULLs).

>
>I want to connect to SQL 2005 to retrieve data into VFP, but I'd like the cursor within VFP to be updatable within SQL. The issue is that I'd like the record locking/updating to be handled natively within SQL 2005, and as some of the tables have a large number of fields, the idea of using the UpdatableFieldList seems very long-winded when you could have 400-500 fields in said table??!?!
>
>I like the idea of pass-through as I can run stored procedures from SQL 2005, and in reality, I'd prefer to keep as many of the SQL statements native to SQL 2005. VFP is only really used to tie the cursor fields to their respective fields on a form, and then call the update or revert procedure to save/discard any changes to the data.
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform