
Any native database to use in VB, like DBF foxPro table in Visual Foxpro, with no ado connection and recordet need, like visual foxpro?
Hi,
You should distinct two different development tool types
1. Programming language
and
2. Database
VB is a tool, which allows to develop applications using
any kind of databases. It is language which you are using
to write code. You do not have any built-in tables or some
kind of internal database in it.
Other tools (like Access and others) keep everything in
one - language and database. This kind of tools usually
oriented (but not limited) to work with their own internal
database structure.
Val
Quote:
>-----Original Message-----
>.