Convert Database Objects into VB CLasses 
Author Message
 Convert Database Objects into VB CLasses

Hi!
Is there any tool which can assist in converting database objects into
Visual Basic classes?

Any help?
TIA



Mon, 19 Jul 2004 13:42:33 GMT  
 Convert Database Objects into VB CLasses
I am not sure I understand your question.  The database objects ARE already
members of the database class, with properties, functions of their own.

--
Chris Kemp
Paladin Consultants, Inc.
http://www.paladn.com


Quote:
> Hi!
> Is there any tool which can assist in converting database objects into
> Visual Basic classes?

> Any help?
> TIA



Mon, 19 Jul 2004 21:23:52 GMT  
 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



Mon, 19 Jul 2004 22:00:25 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Convert Database Objects into VB CLasses

2. Convert Database Objects into VB CLasses

3. VB SQL server database access object/class?

4. VB SQL server database access object/class?

5. Converting Data Access Objects to Classes for Easier Access

6. Converting complex class structure to lightweight COM objects

7. Object Class referring to other object class ??

8. Convert a class into another class?

9. VbScript Class with database objects as properties

10. Databases and Class objects

11. Convert ole-object in access database to some pdf-file

12. HELP:Accessing a class object in another class!

 

 
Powered by phpBB® Forum Software