  | | | Perl |
Sorry but I never had a problem like this ever before with perl...
mysql.xs In function `XS_DBD__mysql__GetInfo_dbd_mysql_get_info '
mysql.xs 359 `net_buffer_length ' undeclared (first use in I tried to post this and it looks like my mail server wasn 't working.
Apologies if I 've double posted.
I have a Libranet (Debian based) Linux system.??I?tried?installing?MySQL?and
DBD mysql tOn Sunday 29 August 2004 04 38 am perl-help@(protected) wrote
> To confirm that you would like
>
> hal@(protected)
>
> added to the perl mailing list please click on
> the follHi
I have a web app that users use to submit information about the courses
they 're teaching. They can either enter text into the textarea fields
manually or by copying and pasting from anotherThis all strikes me as somewhat odd since there is a --ssl flag which one
can use to build DBD mysql with SSL support. Unfortunately I 've never
personally figured out how to actually utilize it Hello.
I didn 't get any feedback on patch but it is still major problem for
users of UTF8 strings cause we have to workaround DBD mysql behavior.
Attached patch fix problems for users of perHi-
I get the following output when I run 'make ' for installing the
DBD mysql module.
------
cp lib/DBD/mysql/GetInfo.pm blib/lib/DBD/mysql/GetInfo.pm
cp lib/DBD/mysql/INSTALL.I 'm having an issue with a statement executed through perl. I 'm not
sure where the problem lies
Table
mysql > describe hardware
+-------------+Restore mysql.xs.orig as mysql.xs and it will compile
have ho effect
same situation
Checking if your kit is complete...
Looks good
Using DBI 1.42 (for perl 5.008005 on i386-freebsd-64int) instDBI 1.43
mysql Ver 14.5 Distrib 4.1.3-beta
DBD 2.9004
Perl 5.8.1
Here 's the first error
/usr/bin/perl /System/Library/Perl/5.8.1/ExtUtils/xsubpp -typemap
/System/Library/Perl/5.8.1/ExtOn Sun 15 Aug 2004 14 12 00 +0200
Jan Eden <lists@(protected) > wrote
> Hi Jeremy
>
> Jeremy Morris wrote on 14.08.2004
>
> >I am quite new at using perl and mysql. I just installed
> >tI have two records with interlinked fields and foreign key constraints.
To insert the records I need to turn off the constraint.
In the mysql command-line client I would do this by typing
SET I want to use the DBD mysql 'mysql_use_result ' attribute to make the
driver use mysql_use_result instead of mysql_store_result and I want to
do it for all the queries I 'm submitting against the Hi! This is the ezmlm program. I 'm managing the
perl@(protected) mailing list.
I 'm working for my owner who can be reached
at perl-owner@(protected)
Messages to you from the perl mDear all
I am running a SUN with Solaris 9 Perl 5.8.3 and mysql 4.0.20-standard.
Now I tried to install DBD-mysql-2.9004 ...
First I got the error with the net_buffer_length variable which I The original message was received at Wed 28 Jul 2004 17 49 55 -0400
from [10.95.148.55]
----- The following addresses had permanent fatal errors -----
msql-mysql-modules@(protected)
hello
I am installing DBD mysql.before that I have successfully installed perl mysql DBI.
but when I input perl Makefile.PL it appears
"Makefile 89 ******missing separator***I apologize. I found the zlib-devel package.
(But it _is_ an odd looking problem.)
Best regards
Mojo
On Tue 27 Jul 2004 Morris Jones wrote
> I 'm sure this is a subtler problem than iThanks i 'll get back to u soon.
I 'd like a per-database handle version of the per-query mysql_use_result
attribute so that it doesn 't need to be specified for each and every
query handle. Any per-query value that was specified
Hey guys
I have a Perl based CGI script and sometimes receive a weird error upon
installation for a customer. The inllstallation script processes several
SQL commands to create all needed taHello
I had to switch to a new machine and now I cannot do a make test with
the mSQL module
PERL_DL_NONLAZY 1 /usr/bin/perl "-MExtUtils Command MM " "-e "
"test_harness(0 '../blib/lib 'Im wondering if its possible to use more than 1 key
for $key_field. For example
$sth $dbh- >prepare ( "SELECT foo bar id1 id2 FROM table ")
$sth- >execute
Would it be possible to generateI was wondering if it is possible to create a secure database system
using MySQL/PHP combination?
I have the following in mind
I wanted to store all my( and my brothers and sisters) important
Hi
Rudy Lippan wrote
>2.9004 should be out sometime next week
>(tuesday if I don 't hear of any problems and the mac build works). The release
>of 2.9004_2 got delayed because of pause being Hi all.
I 'm pleased to announce the first public release of my first open-source
project a Perl class to automate the synchronization of data from a
database server ( via DBI ) with fields on Compile fails whether using cpan or the tarball DBD-mysql-2.9004_2.tgz
with this error
make *** [dbdimp.o] Error 1
The system is SUSE Linux 8.0 Enterprise Server - Linux linux
2.4.21-2Hello
I have been trying to get DBD-mysql-2.9003 installed without success. Any
suggestions are welcomed. The specifics of my install are as follows
Solaris 9 --- using gcc-3.2.1
perl-5.8Hi
Mysql field names are case insensitive but fetchrow_hashref requires you to use the exact field
case. I guess I could resolve this by looping thru the hash
for $key (keys %hashref)
{
$val Hi all
as far as I know parameters used with execute() will be quoted correctly. Now I have the following code
foreach (@(protected)) {
my ($value) $q- >param($_) ~ /([\S ]*)/
 |
|
 |