Quote:
>I need to create a dBase IV database and table from scratch from within VB.
>Any hints?
>thanks in advance
>Hiram F. Diaz
>Politics is the art of looking for trouble, finding it everywhere, diagnosing it incorrectly and applying the wrong remedies. -Groucho Marx
The easiest way is to use the Visual Data Manager Add-In. It does
most of the work and can be accessed through the Add-In Menu. If you
want to code it yourself you use the CreateTable method. Check your
help file. This way is much more flexible but is harder to code.