Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing an Index
Message
From
27/06/1999 14:03:39
 
 
To
27/06/1999 13:00:07
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00234429
Message ID:
00234534
Views:
26
>>>Thanks, Ed --- I kinda thought I'd have to do that, but it never hurts to ask!
>>>
>>
>>This is one of the things that makes a strong case for SDT; with SDT, you could simply send out the updated metadata tables (.DBFs that contain extended information about the .DBC and its tables, view and indexes) and fire a method you can build into your app; instant updates, not just to indexes, but also revied field, table and view definitions can be incorporated relatively painlessly, and the code is pretty bulletproof!
>>
>
>I tried using SDT for a while on one site, and had to ditch it because it was too damn SLOW. I have a feeling this is not Doug's fault but VFP's: I have found while building and using eView that a bunch of DBSETPROPS and DBGETPROPS can be pretty taxing timewise.
>
>Anyway, the reason am posting is that my strategy now works just as well for me as SDT did for maintaining multiple copies of datastructures:
>
>1. Initially create all tables using the designer.
>2. Use GenTable to write code to create them. Same for views.
>3. Any modifications that have to made to table structure, indexes or views after initial creation are made programmatically.
>
>This program then serves as the synchronization routine. Sure, you have to familiarize yourself with the entire VFP DDL, but you should anyway.

SDT makes distribution of alterations to the DBC, tables and indexes easy, and adds a bunch of functionality available to me as a developer, including the DBCX2 extensions to the DBC. I like the idea of delivering updated metadata rather than code to update structures, and the extra validation and verification, as well as the other functionality, pays off for me. I don't have to update the DBC or table structures that often that the overhead is objectionable to me, and it's a great tool to use in development.

I think I have an idea about how the DDL works at this point, but I'd rather not have to concern myself in detail with it when I don't need to, and when there's as solid a tools as SDT available to do what I want done.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Reply
Map
View

Click here to load this message in the networking platform