Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Interogate Table/DBC attachment
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00651152
Message ID:
00651162
Views:
19
>>>looking for a way to interogate a table for a dbc attachment without opening the table.
>>
>>See Re: Is a table part of a dbc? How to?? Message #554212.
>
>Thanks Sergey. After I sent the request I was walking around thinking and I thought to myself if no one responds I could FOPEN() it. Now I don't have to research it out.

Sorry, but there's a bug in the code. The line
lnOffset = ASC(lcB2) * 256 + ASC(lcB1) - 264 - 1
* should read
lnOffset = ASC(lcB2) * 256 + ASC(lcB1) - 263
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform