Click to See Complete Forum and Search --> : data base


Eric
03-19-2000, 05:40 PM
Hello,

I want to do an HTML forms and saving the data in a data base on an Internet
server with ASP, but I ask me How can I do for having access (with a Visual
Basic's software) to this data base who is on the Internet server?? Someone
knows how can I do that?

Example : Users fill the HTML form, datas are saved (with ASP) in the data
base who is on the Internet Server and now, how can I do for having access
to these datas (on the Internet Server) with a Visual Basic's software!?

Thanks !

Johnny101
03-23-2000, 04:05 PM
If your VB application will run on a network that has access to the web server,
then see if you can create a DSN (ODBC Entry) to that database and use that
in your VB app to connect.

hope this helps,

John