Re: Oracle 9i ?

2002-05-14 Thread Hasanuddin Tamir
On Tue, 14 May 2002, Kipp, James <[EMAIL PROTECTED]> wrote, > Does the latest version of DBI work with ORacle 9i? We developed application with Oracle client 8.1.7 and server 8.0.5 (or something). Once the server was upgraded to 9i and the application couldn't connect anymore. It wasn't the prob

RE: Make Install DBI 1.21 (fwd)

2002-04-25 Thread Hasanuddin Tamir
Penang > Tel : (604) 6392510 > Fax : (604) 6436307 > Email : [EMAIL PROTECTED] > > > > -Original Message- > From: Hasanuddin Tamir [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 26, 2002 12:58 PM > To: Chew, Li-Fang > Cc: [EMAIL PROTECTED]; [EMAIL PRO

RE: Make Install DBI 1.21 (fwd)

2002-04-25 Thread Hasanuddin Tamir
rompted for password. After that the error shown: > > make install: make install: cannot open > > > chewlf > > > -Original Message- > From: Hasanuddin Tamir [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 26, 2002 12:37 PM > To: [EMAIL PROTECTED] > Subject: RE: Make Install DBI 1.21 (fwd) > > > Sorry. > >

RE: Make Install DBI 1.21 (fwd)

2002-04-25 Thread Hasanuddin Tamir
Sorry. -- san->http(www.trabas.com) {If Linux doesn't have solution, you have the wrong problem} -- Forwarded message -- Date: Fri, 26 Apr 2002 11:36:08 +0700 (JAVT) From: Hasanuddin Tamir <[EMAIL PROTECTED]> To: "Sterin, Ilya" <[EMAIL PROTECTED]>

portable error messages

2002-02-17 Thread Hasanuddin Tamir
>From DBI manpage: "If you need to test for individual errors and have your program be portable to different database engines, then you'll need to determine what the correspond-ing error codes are for all those engines and test for all of them." Has anybody actually done this? I

Re: Tie DBI

2001-07-05 Thread Hasanuddin Tamir
On Thu, 5 Jul 2001, Venkataramana Mokkapati <[EMAIL PROTECTED]> wrote, > Is there a way to tie DBI so that > I can use the DB as a Perl datastructure? > > DB contents accessible as Perl data and any mods form perl go back to DB? Try Tie::DBI from CPAN. __END__ -- s::a::n->http(www.trabas.com)

Re: Mass Update

2001-06-22 Thread Hasanuddin Tamir
On Fri, 22 Jun 2001, Michael A. Chase <[EMAIL PROTECTED]> wrote, > If the DBD layer doesn't support placeholders, SQL that uses them will > generate an error that may or may not indicate that that is the problem. Well, I suppose all DBD modules must support the placeholders at the interface/synt

Re: Mass Update

2001-06-22 Thread Hasanuddin Tamir
On Fri, 22 Jun 2001, Michael A. Chase <[EMAIL PROTECTED]> wrote, > You didn't mention what database you are using, so I don't know if you can > use placeholders. It's harmless to use placeholders for RDBMSs don't support them. __END__ -- s::a::n->http(www.trabas.com)