Click to See Complete Forum and Search --> : Re: Data base on server


Strider
03-16-2000, 10:26 AM
look at webclasses, that and a system dsn are all you need

jc
Doug <hot_n_cold_2000@HotMail.com> wrote in message
news:38cd3f12$1@news.devx.com...
> Hi all,
>
> I am hoping to make a small app in VB which can access a database on a
> separate server, and Add/Remove/Modify records in the database.
>
> I have 0 experience with C or Pascal etc, only VB to any real extent.
>
> I would like to be able to place my database on a server which would be
> continually online, bit like a web sever.
>
> Could I use some form of CGI script to do this?
>
> Is there one already built, and how do I, a) get it, b) access it from an
> external comp using VB? (possibly with SQL, Access etc...)
>
> Thanks for any help you can pass on,
> Doug
>
>
>
>

jklow
03-30-2000, 04:35 AM
"Doug" <hot_n_cold_2000@HotMail.com> wrote:
>Hi all,
>
>I am hoping to make a small app in VB which can access a database on a
>separate server, and Add/Remove/Modify records in the database.
>
>I have 0 experience with C or Pascal etc, only VB to any real extent.
>
>I would like to be able to place my database on a server which would be
>continually online, bit like a web sever.
>
>Could I use some form of CGI script to do this?
>
>Is there one already built, and how do I, a) get it, b) access it from an
>external comp using VB? (possibly with SQL, Access etc...)
>
>Thanks for any help you can pass on,
>Doug

* Install a Server (e.g NT Server with IIS)

* Setup ur database (eg. SQL 7.0 Server) on
the server (e.g NT Server)

* Install SQL 7.0 Client on workstation
(e.g NT Workstation)

* u may like to install Visual Interdev 6.0
its interface is similar to that of
Visual Basic. you would probably wont get too
intimidated by it.

* with ur background in VB...u could use VBscript
and the rest are probably drag and drop
configuration on the database connection etc..

jkl

Douglas
03-30-2000, 03:48 PM
jklow <jk_low@pacific.net.sg> wrote in message
news:38e311ec$1@news.devx.com...
>
> "Doug" <hot_n_cold_2000@HotMail.com> wrote:
> >Hi all,
> >
> >I am hoping to make a small app in VB which can access a database on a
> >separate server, and Add/Remove/Modify records in the database.
> >
> >I have 0 experience with C or Pascal etc, only VB to any real extent.
> >
> >I would like to be able to place my database on a server which would be
> >continually online, bit like a web sever.
> >
> >Could I use some form of CGI script to do this?
> >
> >Is there one already built, and how do I, a) get it, b) access it from an
> >external comp using VB? (possibly with SQL, Access etc...)
> >
> >Thanks for any help you can pass on,
> >Doug
>
> * Install a Server (e.g NT Server with IIS)
>
> * Setup ur database (eg. SQL 7.0 Server) on
> the server (e.g NT Server)
>
> * Install SQL 7.0 Client on workstation
> (e.g NT Workstation)
>
> * u may like to install Visual Interdev 6.0
> its interface is similar to that of
> Visual Basic. you would probably wont get too
> intimidated by it.
>
> * with ur background in VB...u could use VBscript
> and the rest are probably drag and drop
> configuration on the database connection etc..
>
> jkl

To be honest...I am just doing this as a bit of fun, so there for my funds
are rathar low...

I am using Win 98, so I think that any form of TN hosting is a bit too
far...

I was hoping to do this for about, mmmm, $0
:)

Oh well.....

Thanks anyway,
Doug