PDA

Click to See Complete Forum and Search --> : Internet Database


Samac
Nov 30th, 1999, 10:02 AM
Does anyone know how to make a VB app which opens a web browers (easy) that accesses an server's database. Then when it accesses the server, it searches for a specific primary key then returns the information to the client's web page.

vbsquare
Dec 1st, 1999, 07:37 PM
The problem is you won't be able to open the database. I suggest you download it to a temporary file and read that.

------------------
"To the glory of God!"

Samac
Dec 2nd, 1999, 11:04 AM
Can't you access the database using an ADO or Data Envir? The user only needs read only so a VB app should be able to open a database even if they are on another machine. MDB Remote Session. Maybe?