Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP and .NET Data Comparison
Message
From
27/12/2005 11:54:36
 
 
To
27/12/2005 10:59:14
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Miscellaneous
Thread ID:
01080965
Message ID:
01081001
Views:
19
So right away we lose one big feature of VFP, just so we can get to a "common denominator"???

Hardly has the ring of "fairness" to me.
Can you explain how a shortcoming of one platform has to be catered to in the other platform?



>I agree. You should use SQL Server as it compares apples to apples.
>
>>VFP and .NET Data Comparison
>>OK here we go... First lets establish some base stuff.
>>
>>What are the unique characteristics of each technologies data access methods ?
>>
>>VFP
>>Can open DBF files locally.
>>Can access data via ODBC and OLEDB
>>Data is maintained in global memory space
>>Has a unique DML Syntax
>> REPLACE ALL
>> DELETE FOR
>> UPDATE/INSERT
>> SELECT
>> SCAN FOR
>>
>>
>>.NET
>>All data is considered remote data
>>Can access data via ODBC, OLEDB and native .net data providers
>>Data is maintained in memory via objects
>>All data access is done via object/property syntax.
>>Future tech LINQ has capabilities similar to the SELECT statement in VFP.
>>
>>This is the start of my list. Contributions to the list would be appreciated…
>>
>>I would like to focus our discussion on accessing data from SQL Server. Each platform does a good job of retrieving data from SQL. While the .DBF does have its benefits I think we should focus on how it behaves in a client/server/distributed world. Sound good?
>>
>>
>>Rodman
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform