Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Difference between a view and a cursor
Message
From
12/11/2003 17:07:29
 
 
To
12/11/2003 16:47:50
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00849298
Message ID:
00849311
Views:
21
The speed will pretty much be the same as they both rely on SQL SELECT. The biggest difference is a view is generally updateable. You can make a read/write cursor, but you have to write your own update code. With a view, you just do a TABLEUPDATE().


>i want to know what is the difference between a view and a cursor?
>
>
>Wich one is the faster ?
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Reply
Map
View

Click here to load this message in the networking platform