"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:
>
>
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
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
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