Anyone have an example of a connection string which connects a VB app to a internet database?
Thanks in advance.
Printable View
Anyone have an example of a connection string which connects a VB app to a internet database?
Thanks in advance.
To open a database you must have the correct permissions to do so. If you don't, download the database using the Inet control (http://www.vbsquare.com/internet/) and then use the following connect string to open the database:
ConnectString = "Provider=Microsoft.JET.OLEDB.3.51;Data Source=c:\temp\mydb.mdb"
------------------
"To the glory of God!"