home *** CD-ROM | disk | FTP | other *** search
- Programatic Database Creation Utility for Visual Basic v3.0
- by Dirigible Software
-
-
- This program is used to take existing .MDB files and translate their
- structure into VB code. It is extremely simple to use; the instructions
- appear on-screen.
-
- The reason we wrote the code was this: it was easy to create
- databases using Access (or Data Manager), but we didn't want to distribute
- the actual .MDB files themselves. We wanted to, as part of our setup
- routine, create the necessary .MDB files, as well as having a good method of
- documenting the database structures (programatically).
-
- If you want the source or have any questions you can call us at
- (310) 614-9466 or leave e-mail at PROGRAM396@AOL.COM.
-
- We hope you find it usefull...
-
-
- NOTE:
- -----
-
- BUGFIXES and Changes:
- - Multiple Indexes no work properly
- - Added Multiple recursions of translation
- - Added Status Box
- - MousePointer is no hourglass during operation