Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursors
Message
From
10/02/2012 03:28:15
 
 
To
09/02/2012 12:57:02
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01535016
Message ID:
01535053
Views:
61
>Hi All,
>
>Is the ability to create tables / cursors in memory (CREATE CURSOR ...) with the ability to create indexes on that table a uniquely VFP thing or do many languages offer the same thing?

At least in SQLite you can define memory: as the target of a database.
From the docs it seems that SQLite also does some of the automatic spill to disc when memory is full
(temp tables for joins etc are in memory), but dunno if it is as sophisticated as vfp.

creating indeces in a mem table is the same as on disc.

in python SQLite is part of the deploy package with the standard Py dbApi to access,
so I'd say integration is 30% of vfp, can be brought to ~55 by using some libs.

regards

thomas
Previous
Reply
Map
View

Click here to load this message in the networking platform