Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Given a field in data.dbc get the table
Message
From
01/10/2007 15:46:46
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
01/10/2007 15:34:59
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows NT
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01257776
Message ID:
01257782
Views:
16
>I have a scenario where I need to go to the DBC to find a field's table name. In this scenario, I am assured that field names in the DBC are unique.
>
>Has anyone done this before, in an efficient SQL statement. I know this can be done with multiple passes on the DBC inspecting [objectname], [objecttype] and [parentid]...
>
>Any help is most appreciated.

I would create a table with DB information, first, and then fetch information from that table. I do not suggest you open the DBC as a table; instead, you can open the database, get the list of tables with adbobjects(), then get the fields for each table with afields().

Save all the information to a table - fields: "table", "field", and whatever other information from the 16 afields() columns you find relevant - and then start foolin' around with it.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform