Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Question about cursors
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00978277
Message ID:
00978289
Views:
32
>>A cursor is created in SYS(2023) directory but it may not have physical presence on the disk.
>

>Thanks for the resposne. Could you please explain as to how the file could be created and not have a physical presence? I'm not really understanding that part.

Jon,

A file can be created with FILE_ATTRIBUTE_TEMPORARY in wich case Windows File systems avoid writing data back to the disk if sufficient cache memory is available, because often the application deletes the temporary file shortly after the handle is closed. In that case, the system can entirely avoid writing the data. Otherwise, the data will be written after the handle is closed.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform