Things are getting better and better :)
Here is my new code
#!/usr/local/bin/perl -w
use DBI;
use Tk;
use strict;
my $max_len = 200;
my $mw=new MainWindow;
my $dbh = DBI->connect( )
or die "Con
Here is my code to pick a file from my disk and insert it into the Oracle
---
#!/usr/local/bin/perl -w
use DBI;
use Tk;
$mw=new MainWindow;
$dbh = DBI->connect( "DBI:Oracle:host=$host;sid=$sid", $username, $password)
or die "Connecting : $
Dan and Hardy,
Thanks for the help, guys. I first tried doing it the
"right" way by trying install the rpm, but it kept asking
for libmysqlclient.so.10 when I had libmysqclient.so.12
on my system.
So, I caved in and put in the symbolic link in /tmp and
*bingo* all the tests suddenly worked.
Now,