Re: Problem accessing a DB!

2002-07-22 Thread Ralf Narozny
Hello! Troy Hickey wrote: >Hi, > >I am pretty new to perl and am currently involved in setting up MySQL >database using Perl. My setup includes MySQL running on Win95. >I have a simple program which writes a few values to a database. The >file works fine when using the Command Line interface

Re: Problem accessing a DB!

2002-07-22 Thread Ralf Narozny
Troy Hickey wrote: >Is there a different method of logging onto a DB when using it in a >cgi-bin script rather than running the script from the DOS prompt? This >would indeed explain a not connecting problem. > >My code snippet is: > ># >

Re: Problem accessing a DB!

2002-07-22 Thread Troy Hickey
Is there a different method of logging onto a DB when using it in a cgi-bin script rather than running the script from the DOS prompt? This would indeed explain a not connecting problem. My code snippet is: # $db="employees"; $host="localh

Re: Problem accessing a DB!

2002-07-22 Thread Ralf Narozny
Hello! Troy Hickey wrote: >Hi, > >I am pretty new to perl and am currently involved in setting up MySQL >database using Perl. My setup includes MySQL running on Win95. >I have a simple program which writes a few values to a database. The >file works fine when using the Command Line interface