Hi guys, I am using a connection string like this for and Access database on a local server.
Can I use something like this and have the Access database on a web server and access through a URL path?
(setq ConnectString (strcat "Driver={Microsoft Access Driver (*.mdb)};Dbq=" mdb_file ";Uid=" UserName ";Pwd=" Password ";"))
(setq ConnectionObject (ADOLISP_ConnectToDB ConnectString UserName Password))
Thanks!