
Convert Database Objects into VB CLasses
On Thu, 31 Jan 2002 11:12:33 +0530, "Santosh"
Quote:
>Hi!
>Is there any tool which can assist in converting database objects into
>Visual Basic classes?
On my webpage:
http://www.btinternet.com/~james.ingram/
there is an open source tool which will take a standard SQL CREATE
TABLE script and convert it to a VB .cls object with just properties.
It is called "Class Creator". It is not perfect, though.. for example,
if your SQL script includes a fields called "name", then VB will
generate an error beause "Name" is a reserved word in VB, do the class
may require some editing.
Also, I have only tested it on simple MySQL scripts, so you may need
to alter it - if you do, then any feedback/alterations are
appreciated.
James