Tally has asked for the wisdom of the Perl Monks concerning the following question:
I'm trying to get a database connection to a MS SQL server running over a proxy. I've got the DBI and DBD::ODBC working from an NT machine. But now I want to use DBD::Proxy to get the same access from a linux machine. I think I've got all the modules installed, but I can't get the NT machine to run "dbiproxy". The error message it returns:
Can't call method "tid" on an undefined value at E:/Perl/site/lib/Net/Daemon/Log.pm line 75.
Questions:
1) Anyone know why this is happening?
2) Where can I find good documentation for setting up and using the proxyserver.