On Mar 18, 2005, at 9:29 PM, Appelt, Dietmar wrote:
If someone has seen the error message for the following perl script
please let me know.
I am new to DBI and appreciate your support.
use strict;
use DBI;
my $dbh = DBI->connect('DBI:mysql:test:032dappelt','dappelt','YES',{
RaiseError => 1,AutoC
On Jan 26, 2005, at 3:19 PM, Wojciech Karlowski wrote:
I am using Linux Debian (Sid) with libdbi-perl version 1.46-5 and mySQL
version 4.1. Currently, I am trying to set up a perl script which will
use the DBI module to connect to database. Everything works fine unless
I try to insert large (around
On Dec 14, 2004, at 9:33 PM, OIT wrote:
MySQL 4.1 The recommendations didn't help.
What does it means?
Have you tried something?
Have you read the documentation?
What are the errors you are getting?
If the problem is the limitation about the
dimension of your fields it should be
independent from t
On Dec 10, 2004, at 11:43 AM, Bruce Martin wrote:
Where do I get Msql-Mysql modules?
Please reply to the list, other people may be interested
in your problems
You can find the modules on http://search.cpan.org/
You should know at least a little of perl in order to install it
What I did to get M
On Dec 10, 2004, at 2:27 AM, Robert wrote:
Are there any gotchas for installing it?
Install Msql-Mysql-modules
I don' t know if someone was able to install
DBD::mysql on OS X without force it.
Anyone can comment this?
It seems to be a very common problem
By the way Msql-Mysql-modules
should do
On Nov 3, 2004, at 12:31 AM, Moosmann, James wrote:
@INC is the path perl uses to find modules
add something like:
#begin
BEGIN {
push @INC, "/usr/local/lib/perl5/site_perl/5.8.3/Bio/DB/GFF/Adaptor";
}
#end
to the top of your script and perl should be able to find dbi, of
course you
may ha
On Sep 5, 2004, at 4:22 PM, Joris Verboomen wrote:
When I try to install Bundle::Mysql or Bundle::DBD::mysql using CPAN I
get exactly the same error. The second reply to edit Config.pm and
put the correct line:
ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc'
in there is no longer required because tha
On Sep 5, 2004, at 10:36 AM, Joris Verboomen wrote:
I compiled perl 5.8.5 from source and I am now trying to install
DBD::mysql via CPAN. I am running MySQL 5.0.0 using a binary build
for Mac OS X.
Does anybody have this working already ?
http://coding.derkeiler.com/Archive/Perl/perl.dbi.users
uses
the defaults paths) or the right configuration of paths
I was not able to install DBD::mysql.
I have solved installing the module
Msql-Mysql-modules-1.2219
with support for mysql.
Remo Sanges
On Jan 20, 2004, at 9:02 PM, Eric Gorr wrote:
I am having great difficulty installing DBD::mysql on M