I have a pretty plain vanilla Perl script where I try to connect to a FoxPro database via Microsoft Visual FoxPro driver.
My Foxpro server is on a different machine than my web server, where my Perl script is.
When I try to run it, I get "Cannot Connect."
When I put the Foxpro data on the same server as my Perl script, then it works. It also seems to work from the DOS command line. Only when I am running the Perl script from my browser do I get the "Cannot Connect" message.
My FoxPro DSN uses a UNC path to point to the FoxPro data. I can read and write to this data server from my web server, having browsed to it and entered the necessary network user id and password.
Any suggestions would be helpful...
thanks,
bill
chicago,il