Re: Still having problems with the BLOBs

2003-08-30 Thread John
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

Still having problems with the BLOBs

2003-08-30 Thread sc00170
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 : $

Re: DBD::mysql make test failure - /tmp/mysql.sock

2003-08-30 Thread Ron Ih
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,