Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Interogate Table/DBC attachment
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00651152
Message ID:
00651168
Vues:
17
Take also a look at Is a table part of a dbc? How to?? Message #581845 for more complete code.

>Thanks again. I have to move some tables, FREE TABLE them. I want to make sure I need to FREE TABLE them under certain circumstances.
>
>
>>>>>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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform