Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Action Every Interval
Message
 
To
24/04/2002 10:55:13
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00648415
Message ID:
00648711
Views:
27
99% of my work involves passing data around, usually on different programming environments and platforms; I'm doing something with ADO recordsets (in VBScript), XML, VFP DBCs, MDBs, MSSQL tables, even Oracle on occasion. The DBF deleted mark doesn't directly translate to other platforms, and there's that "DBF index on deleted" issue, where I always forget whether I should index it or not.

On the other hand, every platform out there (at least all the ones I use *grin*) has an integer type and knows a zero and a one. In my SQL, I always pay the penalty of having to include "and iDel=0" in my Where clause of my SQL statements, but being able to use it everywhere is worth the pain.

So I just set deleted off in the top of my VFP stuff and I have parity with all the other platforms - and with other VFP developers who have their own IDE settings and personal rules about using the deleted mark.

>Why would you do such a thing - giving up on the deleted mark and using your own field instead?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform