Author Topic: Is it possible to download a txt file from a website via lisp?  (Read 80964 times)

Hypersonic

  • Full Member
  • ***
  • Posts: 124
Re: Is it possible to download a txt file from a website via lisp?
« Reply #15 on: April 01, 2010, 05:57:30 PM »

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!