RE: DBI FAQ for Driver specific (was RE: DBI FAQ maintainer sough t!)I agree, definitely.
I'm going to look tonight and see how I can organize/rearrange stuff so that
everything is grouped. Don't want to have specific FAQs mixed in with
general DBI, etc...
It will be more heading based. So there will be a general DBI header, then
DBDs, then platform specific stuff.
Let me know if you have some other ideas/comments.
Ilya
-----Original Message-----
From: Jeff Urlwin
To: Sterin, Ilya; 'Tim Bunce '
Cc: ''Chris Pepper ' '; dbi-users@perl.org
Sent: 3/12/02 11:28 AM
Subject: DBI FAQ for Driver specific (was RE: ...
RE: Re: Re: Oracle DBI commit/rollback question...--openmail-part-12614949-00000001
Content-Type: text/plain; charset=US-ASCII
Content-Disposition: inline
;Creation-Date="Thu, 7 Feb 2002 16:31:07 -0500"
Content-Transfer-Encoding: 7bit
Mac,
Ok, I've got a problem with rollback(), I think. I'm not sure it's
a database problem or if it's my code, but here's the output from my
DBI script, and the code itself is attached (NOTE - I intentionally
used the wrong column in my delete statement to force an error):
AUTO_COMMIT is set to:
AUTO_COMMIT is set to:
create table t_dave_test as selec...
RE: Re: [wxperl-users] Re: Re: EVT_QUERY_END_SESSIONyou putted the EVT_CLOSE to the wrong place...
or do you have a reason why you need it to be there?
$app ist not the window, but you could use EVT_CLOSE on $frame too.
i changed your minimal sample that it works.
hope it helps
greeting
Marco
----
use Wx;
###########################
package MyApp;
use strict;
use vars qw(@ISA);
@ISA=qw(Wx::App);
sub OnInit
{
my( $this ) = @_;
my( $frame ) = MyFrame->new( "Minimal wxPerl app",
Wx::Point->new( 50, 50 ),
Wx::Size->new( 450, 350 )
);
...
Re: RE: DBI.ppd> From: "Calder, Erick" <Erick.Calder@tcw.com>
> Date: 2005/06/29 Wed AM 09:45:06 CDT
>
> I can't because I'd need to figure out how to get PPM to work with my
> proxy. what I wanted to do instead was download the ppd and install it
> from the local directory.
on Windows:
c:\>set HTTP_PROXY=http://your.local.proxy:80
HTH,
amonotod
--
`\|||/ amonotod@ | sun|perl|windows
(@@) charter.net | sysadmin|dba
ooO_(_)_Ooo____________________________________
_____|_____|_____|_____|_____|_____|_____...
Re: Re: Dbi question?> From: Sam Tregar <sam@tregar.com>
> Date: 2005/06/29 Wed PM 02:08:18 CDT
> You migt poke around the POE community.
For those (like me) who saw that and thought "Power Over Ethernet?!?!?" and wondered what connection could possibly exist between that and DBI, you might want to check out this:
http://poe.perl.org/
> -sam
Thanks for the new material,
;-)
amonotod
--
`\|||/ amonotod@ | sun|perl|windows
(@@) charter.net | sysadmin|dba
ooO_(_)_Ooo____________________________________
_____|_____|_____|_____...
Thanks. Working! Re: Re: RE: RE: DBI->Connect returning UNDEF in cgi but not in standalone prog--Next_1111523273---0-202.54.124.151-25290
Content-type: text/plain;
charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Guys,=0AIts working. Thanks all.=0Aspecial thanks to Reidy Ron and Bill Cos=
ta.=0A=0AThe suggestion Ron gave was absolutely correct. There were a whole=
lot of env variables different/missing between the 2 environments.=0A=0ATh=
e one which finally made it work was=0A$ENV{'TNS_ADMIN'} =3D '/var/opt/orac=
le/network/admin';=0A=0AThanks again,=0ASunil=0A =A0=0A=0A=0AOn Wed, 23 Mar=
2005 Sunil A.V. wrote :=0...
RE: DBI-FAQ Volunteer needed to transfer old DBI::FAQ data to new FAQ------_=_NextPart_001_01C268CD.63C78640
Content-Type: text/plain;
charset="iso-8859-1"
Well, actually David Crown is already doing this:-) Michael if you'd like
to help him out, please contact him.
What we'll need help with is later properly editing and categorizing this
stuff, as some of it needs some major updating.
I have not yet forwarded the changes to FAQ email to go to the list, because
of so many changes at this hour. I'll do so as soon as David is done with
the old FAQ and we update and categorize everything.
David's email is...
davi...
Re: Re: Calling DBI from C
Thanx very much for the suggestion - but i am pretty tied up - i want to ma=
ke use of a rather huge perl library which has already been written - its s=
aves time that way- speed does not matter atleast in this case. =0A Meanw=
hile i got the fix - its working now=0APraveen=0A=0A=0AOn Thu, 25 Oct 2001 =
H . Merijn Brand wrote :=0A> On Thu 25 Oct 2001 16:12, John Peacock =0A> <j=
peacock@rowman.com> wrote:=0A> > p j j wrote:=0A> > > =0A> > > On Thu, 25 O=
ct 2001 p j j wrote :=0A> > > >=0A> > > > Hi,=0A> > > > ...
Re: dbi:Adabas and building DBI--------------Boundary-00=_9NC7OW2LRZBVQ511D1P4
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
Going back to my problem with DBI:Adabas
Now I rebuild the DBI-Module again and found some failures while testing.
I put the whole dump into the small_output.txt and the perl -v into the
perl-v.txt -file.
Is it possible that the problem caused by the fact, that I installed another
perl-Version for me? Our former Admin installed perl at /opt/perl5/bin/perl.
This is the version v5.6.0. I builded perl in /usr/bin/perl
/usr/local/bin/perl...
RE: RE: RE: RE: [wxperl-users] wxTreeCtrl, edit an treeItem>>Found a fix ( I hope ); download the modified wx22_9.dll from
>>http://wwwstud.dsi.unive.it/~mbarbon/wx/wx22_9.dll.gz
>>uncompress it and put it in $PERL/site/lib/auto/Wx
>>( make a backup of the original one, of course ).
>>This fixes your problem with tree control, but may introduce
>>new ones ( it is a fix backported from wxWIndows 2.3 ).
>>
>>Regards
>>Mattia
>
>hey thanks man!
>i had no time to work on my application but i checked the wxwindows
>mailinglist archive. you asked for a code change as workaround......
Re: [DBI] RE: Trouble with bind variablesThanks to all for your suggestions... I've finally gotten things working.=
=20 The following is a working example. The one issue I have left to han=
dle is to add some error chceking and parameterize a few things to make t=
he script more transportable. One little glitch is that the final fetch =
for the source handler appears to be an empty set, and I'm getting the fo=
llowing error even with the check in place to see if userid is empty:
Use of uninitialized value in string eq at ./collect_user_metrics.pl line=
=2062, <GEN0> line 1.
Thanks again for your help and...
Re: RE: oracle/pgsql/mysql and dbi
Hey!
Postgres is definitely well received because of stored procedures
but they r not an absolute must for most people. Further, I think
Mysql is a lot more user-friendly database system, if one can call
it that. I dont think there be many applications running on Mysql
that u wanna shift to Postgres.
Oracle on Linux is a headache to say the least. It is good to do
it only if u have the time and energy levels to go with it as
well. And if u have other applications making use of Mysql like
Apache or qmail, then u should try and be patient and upgrade as
soon as a new version ...
RE: ${DBI::errstr} vs $DBI::errstrperl.org wrote:
> If my Perl contains ${DBI::errstr} I get warnings like this:
>
> Ambiguous use of ${DBI::errstr} resolved to $DBI::errstr at (eval 20)
> line 284.
>
> If my Perl contains $DBI::errstr (without the braces) I don't get
> these warnings. Is there an explanation for this?
When Perl sees the ${ blah } notation, it's usually expecting "blah" to be a
scalar reference that you're dereferencing. But you're not doing that;
you're just giving the name of a symbol. You should just write it as
$DBI::errstr and leave the b...
Re: Re: Compiling DBI on AIX with gcc--1929EEFD0450565DA84AA7D5744227ED65A37D85
Content-Type: multipart/alternative; boundary="=_alternative 0049CB04C1256F9E_="
Questo
un messaggio multiparte in formato MIME.
--=_alternative 0049CB04C1256F9E_=
Content-Type: text/plain; charset="us-ascii"
Thanks Rafael,
but I have the problem to distribute DBI and DBD::DB2 over lots of servers
AIX with preinstalled perl (compiled with cc_r).
Are the DBI and DBD modules compiled with gcc compatible with preinstalled
perl?
Antonio
Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
04/...