Главная страница | назад





Article #15918: Packing VDB tables

 Question and Answer Database
FAQ918C.txt Packing VDB tables
Category :Data Components
Platform :All
Product :C++Builder 1.x
Question:
Does anyone know how to "pack" a VDB table in code?
Answer:
DBIResult DBIFN DbiPackTable (hDb, hCursor, pszTableName,
[pszDriverType], bRegenIdxs);
hDB is the handle to the database, hCursor is the handle to the
cursor, and the last flag is a boolean which tells the BDE
whether or not to regenerate the index.
VCL does not encapsulate this call for you.
7/2/98 10:32:32 AM

Last Modified: 01-SEP-99