Is it possible to download a txt file from a website via lisp?

Started by Hypersonic, March 29, 2010, 05:24:10 PM

Previous topic - Next topic

Hypersonic


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!