Click to See Complete Forum and Search --> : Databases


Mark
04-02-2000, 08:24 AM
How can i insert a database into my webpage, i know i can do it throught Access,
but is it possible to do it and allow queries on fields.. Also is it possible
to insert VB into a html page, or do i need to use java

Francois Gibeau
04-03-2000, 01:40 PM
"Mark" <mark.mckillop@ukgateway.net> wrote:
>
>How can i insert a database into my webpage, i know i can do it throught
Access,
>but is it possible to do it and allow queries on fields.. Also is it possible
>to insert VB into a html page, or do i need to use java

Yes its all possible, for a start on it see the examples on Microsoft's web
site on ASP (active server pages) that's for inserting VB code into an HTML
page, and, ADO (activex data object) which is used through VB to connect
to almost any type of database and get data or send data, once you have the
data into VB variables you can show it with HTML...

Good luck