RE: remote ODBC problem

2006-01-10 Thread Hsu, David
ion to view its data. at c:\inetpub\wwwroot\test\iqafdbtest.pl line 62. -Original Message- From: Luke Bakken [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 10, 2006 2:23 PM To: Hsu, David Subject: Re: remote ODBC problem Hrm. About the only other suggestion I have is about the way

RE: remote ODBC problem

2006-01-10 Thread Hsu, David
estate.com Subject: Re: remote ODBC problem Your program must have access to the Access DB files themselves for the ODBC connection to work, that is why your process works if the DB is on the server itself. You'll have to make the files available via some sort of file-sharing - NFS or Windows file

Re: remote ODBC problem

2006-01-09 Thread Luke Bakken
Your program must have access to the Access DB files themselves for the ODBC connection to work, that is why your process works if the DB is on the server itself. You'll have to make the files available via some sort of file-sharing - NFS or Windows file sharing. On 1/9/06, Hsu, David <[EMAIL PRO

RE: remote ODBC problem

2006-01-09 Thread Hsu, David
t: Re: remote ODBC problem Have you defined myDB in windows ODBC? It is under settings/control panel/administrative tools/data sources ODBC. At 02:40 PM 1/6/2006, Hsu, David wrote: >Hi all, >Has anyone else run into this problem and have found a solution? > I am making an ODBC c

Re: remote ODBC problem

2006-01-06 Thread Ken Barker
Have you defined myDB in windows ODBC? It is under settings/control panel/administrative tools/data sources ODBC. At 02:40 PM 1/6/2006, Hsu, David wrote: Hi all, Has anyone else run into this problem and have found a solution? I am making an ODBC connection to a remote MS Access DB fr

RE: remote ODBC problem

2006-01-06 Thread Chris
> Hi all, > Has anyone else run into this problem and have found a solution? > I am making an ODBC connection to a remote MS Access DB from my web server. > When my Perl script runs, it cannot open the data source. I tested the > connection using MS Query, and it is fine. Why can't Perl access th

RE: remote ODBC problem

2006-01-06 Thread Peter Eisengrein
> Has anyone else run into this problem and have found a solution? > I am making an ODBC connection to a remote MS Access DB from my > web server. When my Perl script runs, it cannot open the data source. > I tested the connection using MS Query, and it is fine. Why > can't Perl > access t

remote ODBC problem

2006-01-06 Thread Hsu, David
Hi all, Has anyone else run into this problem and have found a solution? I am making an ODBC connection to a remote MS Access DB from my web server. When my Perl script runs, it cannot open the data source. I tested the connection using MS Query, and it is fine. Why can't Perl access the