VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Remote Database Connection (connect to web based database)

by Clint LaFever (19 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (19 Votes)

The demo will show you how to use ADO to connect to a database hosted on a web server. From there all standard uses of ADO recordsets and what not are possible. I see this question asked a lot in newsgroups so I thought I would share this code here to to help refer them to a working example. Note, the web server has to be a server you have rights to and not just some free web hoster like GeoCities so don't get too excited if you thought that is what this was. This demo will connect to my web server and read data from the NorthWind database found in SQL Server. Also note, my web server cannot handle a lot of traffic so depending on how many people download this and try it, you may have some slow responses or errors on connection. Sorry, but this is just a demo. This code is really not advanced, but many people do not know you can use ADO like this so I just wanted a demo up to point people to later on. Hope it helps some.
KEYWORDS: REMOTE DB DATABASE ADO RECORDSET WEB SERVER WEBSERVER CONNECTION SQL IIS

Rate Remote Database Connection (connect to web based database)

Download Remote Database Connection (connect to web based database)

Download Remote Database Connection (connect to web based database) (5 KB)

Remote Database Connection (connect to web based database) Comments

No comments have been posted about Remote Database Connection (connect to web based database). Why not be the first to post a comment about Remote Database Connection (connect to web based database).

Post your comment

Subject:
Message:
0/1000 characters