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.
Printable View
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.
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!"
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?