VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

DB To HTML

Millennium Software  (1 Submission)   Databases/Data Access/DAO/ADO   Visual Basic 3.0   Beginner   Wed 3rd February 2021

This program demonstrates how you can take a table from a database (MS Access only in this demo) and convert all the records in that table into an HTML document for viewing in a web browser. With very little effort, you can add more HTML tags, more records, etc to have a really nice looking web page. I'm working on one that will use SQL statements to get certain information, instead of the whole thing.
The code is well commented, and any questions can be directed to me

Assumes
In order to make it work without errors, You MUST make a reference to the Microsoft DAO Library (This can be found by clicking the the PROJECT - REFERENCES menu, then scroll down the listbox until you see "Microsoft DAO 3.0 Library" (or higher)). The database used in this demo is a database that comes with VB6 and is compatible with MS Access 97 and MS Access 2000 (it may need to be converted).

Rate DB To HTML (3(3 Vote))

Download DB To HTML

DB To HTML Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters