Re: Connecting to Access dB from Unix WebServer

2001-06-20 Thread Hardy Merrill
not sure. HTH. -- Hardy Merrill Mission Critical Linux, Inc. http://www.missioncriticallinux.com Brose, Eric [[EMAIL PROTECTED]] wrote: Hello. I want to have my cgi app running on a Unix webServer talk to my access dB running on my windows PC. I can't install ODBC drivers on the webServer, so

Generic DBI insert_hash subroutine

2001-06-06 Thread Hardy Merrill
to a period(for concatenation): From: my $sql = insert into $table (, join(,, @fields). To: my $sql = insert into $table (. join(,, @fields). Doug, do you have a similar update_hash subroutine? Thanks. -- Hardy Merrill Mission Critical Linux, Inc. http://www.missioncriticallinux.com

Re: Error in DBD::Oracle Installation

2001-04-18 Thread Hardy Merrill
y for sure whether you have the Oracle Server or an Oracle client install. But if sqlplus works fine, then you should be able to get DBI with DBD::Oracle to work. HTH. -- Hardy Merrill Mission Critical Linux, Inc. http://www.missioncriticallinux.com Prasanna Gopalakrishna [[EMAIL PROTECTED

uninstall DBI

2001-04-09 Thread Hardy Merrill
How do I uninstall DBI? TIA. -- Hardy Merrill Mission Critical Linux, Inc. http://www.missioncriticallinux.com

Re: ORA-06401 error

2001-04-05 Thread Hardy Merrill
i:DriverName:database_name@hostname:port dbi:DriverName:database=database_name;host=hostname;port=port Also, take a look at the DBD::Oracle perldoc documentation by doing "perldoc DBD::Oracle" - there is some great info about using the TWO_TASK environment variable to specify 'T:M

Re: Help! Can't cant re-install Mysql

2001-04-02 Thread Hardy Merrill
ip-grant-tables". The other option, assuming you have a backup of your tables, is to re-run mysql_install_db, which will re-create the "mysql" database. Read up on this *before* doing it - it may reinitialize the whole mysql data directory(may wipe out all your databases). HTH. -- Hardy

Problem with DBI direct connect to Oracle

2001-03-22 Thread Hardy Merrill
s to occur intermittantly under consistent(regular selects/inserts/updates) light load. Any ideas for how to figure out what is causing this? TIA. -- Hardy Merrill Mission Critical Linux, Inc. http://www.missioncriticallinux.com

Re: urgent help

2001-03-20 Thread Hardy Merrill
ell CPAN install Bundle::DBI Hope this helps. -- Hardy Merrill Mission Critical Linux, Inc. http://www.missioncriticallinux.com liml [[EMAIL PROTECTED]] wrote: Dear enginer, I am chinese. Now I want to set up DBI module, but when I entered the cmd "perl Makefile.PL", I get

connect_cached with Oracle?

2001-03-20 Thread Hardy Merrill
I'm wondering about persistent DBI connections to Oracle - the DBI perldoc warns that connect_cached could change in future versions, so I wanted to see if there are changes in the works, or is it OK to use connect_cached as-is? Any gotcha's or things to be aware of? TIA. -- Hardy Merrill

Re: How to get the Date + some days

2001-02-05 Thread Hardy Merrill
Matt, I was hoping that Time::Object and Time::Seconds were part of the Perl distribution, but I couldn't find it in Perl 5.005_03 nor 5.6. I did find it on CPAN - do you know if these will become part of the standard distribution at some point? Hardy Merrill Matt Sergeant [[EMAIL PROTECTED

<    1   2   3   4