Re: mod_perl and connect by DBD::Informix

2003-01-07 Thread Maras Michal
> MM wrote the "OK"; it was difficult to follow which information was my > response, and which was MM's response to my response. > Sorry, this is Microsoft Web access to Exchange > > MM added the version information. The DBI and DBD::Informix versions > are OK. The version of IDS is barely OK;

RE: mod_perl and connect by DBD::Informix

2003-01-07 Thread Maras Michal
-Original Message- From: Jonathan Leffler [mailto:[EMAIL PROTECTED]] Sent: Sat 04/01/2003 07:26 To: Maras Michal Cc: DBI Users Mailing List Subject:Re: mod_perl and connect by DBD::Informix Maras Michal wrote: > I wrote simple Apache::ASP p

mod_perl and connect by DBD::Informix

2003-01-03 Thread Maras Michal
Hello I wrote simple Apache::ASP page --- <% use DBI; use DBD::Informix; my $dbh = DBI->connect("DBI:Informix:\@server", "", "",{ PrintError => 0, AutoCommit => 1, }); my $rc=$dbh->disconnect; %> --- This page (perl asp script) work fine, but only first time on apache child process.

mod_perl and connect by DBD::Informix

2003-01-03 Thread Maras Michal
Hello I wrote simple Apache::ASP page --- <% use DBI; use DBD::Informix; my $dbh = DBI->connect("DBI:Informix:\@server", "", "",{ PrintError => 0, AutoCommit => 1, }); my $rc=$dbh->disconnect; %> --- This page (perl asp script) work fine, but only first time on apache child process.

Re: Problem compilling DBD::Informix on AIX 4.3

2002-11-13 Thread Maras Michal
You are right. The problem is in using thread. If I have used perl without thread all was OK. I can't try FCx version of CSDK because I have not any. Thank you Jonathan Leffler wrote: > Maras Michal wrote: > > Hello > > > > I compilled DBD-Informix-1.00.PC2 on AI

Problem compilling DBD::Informix on AIX 4.3

2002-11-09 Thread Maras Michal
Hello I compilled DBD-Informix-1.00.PC2 on AIX 4.3.3.0 with IBM C and C++ Compilers without error . But 'make test' give me output PERL_DL_NONLAZY=1 /u/maras/perl/bin/perl -Iblib/arch -Iblib/lib -I/u/mar as/perl/lib/5.6.1/aix-thread-multi-64int -I/u/maras/perl/lib/5.6.1 -e 'use Test: :Ha