Re: DBI Connections to TSM database

2001-06-10 Thread ML FB6 - Tivoli Storage Manager
) -Original Message- From: Andy Raibeck [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 07, 2001 5:26 PM To: [EMAIL PROTECTED] Subject: Re: DBI Connections to TSM database Ah, now I see... sorry Mark, I think I missed your real point from your original post. That being the case

Re: DBI Connections to TSM database

2001-06-08 Thread Andrea Campi
On Thu, Jun 07, 2001 at 05:52:25PM +0200, Chibois, Herve wrote: > I'm working on a DBI::TSM driver, maybe one day ... > rv > I wrote a module which, while not really DBI, has a very similar interface. It uses the client, so it can run anywhere. Sorry, no manual, and it's really a quick hack; but

Re: DBI Connections to TSM database

2001-06-07 Thread Andy Raibeck
ase respond to "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> Sent by: "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: Subject: Re: DBI Connections to TSM database I really need this to run on an AIX platform. Mark Adams -Original

Re: DBI Connections to TSM database

2001-06-07 Thread Chibois, Herve
I'm working on a DBI::TSM driver, maybe one day ... rv > -Message d'origine- > De : Andy Raibeck [mailto:[EMAIL PROTECTED]] > Envoyé : jeudi 7 juin 2001 17:26 > À : [EMAIL PROTECTED] > Objet : Re: DBI Connections to TSM database > > > Ah, now I see...

Re: DBI Connections to TSM database

2001-06-07 Thread Mark A. Adams
I really need this to run on an AIX platform. Mark Adams -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of Andy Raibeck Sent: Thursday, June 07, 2001 8:40 AM To: [EMAIL PROTECTED] Subject: Re: DBI Connections to TSM database We do not test our

Re: DBI Connections to TSM database

2001-06-07 Thread Andy Raibeck
r" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: Subject: Re: DBI Connections to TSM database Hi Mark It's normal ! TSM DB is not a DB2 one. It is based on B-tree and I've already tried to write a DBI::TSM driver. 99% of the job is done but one out of 10 commands in the O

Re: DBI Connections to TSM database

2001-06-07 Thread Chibois, Herve
Hi Mark It's normal ! TSM DB is not a DB2 one. It is based on B-tree and I've already tried to write a DBI::TSM driver. 99% of the job is done but one out of 10 commands in the ODBC connection procedure is different fro TSM. So I could not achieve my work. When I have more time, I will ask a OD