Re: porting to windows NT

2004-01-30 Thread R. Joseph Newton
"Johnson, Shaunn" wrote: > Howdy: > > I want to move my perl script from Linux to Windows NT. > The Linux script connects to Oracle via the DBI modules I > have installed. I want to do the same on NT, but I'm not > sure if the connection strings / values are the same. > > In the linux script: > >

Re: porting to windows NT

2004-01-26 Thread Tim
Try running dbish or dbish.bat from the cmdline. It usually comes as part of the dbi install and will tell you what drivers you've got and will let you select, connect, and try out some SQL there. You can fine-tune your params with it. At 09:05 PM 1/26/04 +0100, you wrote: From: "Johnson, Sha

Re: porting to windows NT

2004-01-26 Thread Jenda Krynicky
From: "Johnson, Shaunn" <[EMAIL PROTECTED]> > I want to move my perl script from Linux to Windows NT. > The Linux script connects to Oracle via the DBI modules I > have installed. I want to do the same on NT, but I'm not > sure if the connection strings / values are the same. They should be. > S

porting to windows NT

2004-01-23 Thread Johnson, Shaunn
Howdy: I want to move my perl script from Linux to Windows NT. The Linux script connects to Oracle via the DBI modules I have installed. I want to do the same on NT, but I'm not sure if the connection strings / values are the same. In the linux script: [snip] use strict; use diagnostics; use DB