Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: ODBC for Win32 Perl anyone used? other options?

Re: ODBC for Win32 Perl anyone used? other options?

From: Gus <spg_at_quokka.com>
Date: Fri, 30 Apr 1999 16:25:42 GMT
Message-ID: <3729d863.436564606@news.earthlink.net>

You can use DBI and either the Oracle or ODBC drivers (either of which will run on both NT and Linux). I prefer using these over the Win32::ODBC module so I can run my scripts on any platform.

gus

You shouldn't have any problems with the levels of usage you are using.

On Thu, 29 Apr 1999 03:16:36 GMT, gs21smw_at_bellsouth.net.nospam (shawn) wrote:

>Hi, I have a small project I have to do & was considering using this,
>the perl32 from activeware with odbc
>
> I've played around with it & seems simple enough to me...actually in
>playing with it I accidently built 70% of the project =O it was a
>late night coffee & what the hell kinda thing...
>
>of course now I'm wondering what the drawbacks are...seems to work
>fine but I'm only one user =) this could have 100-200 hundred users on
>at a time. Not a big project about 6 tables but could end up with few
>thousand records....
>
>besides the oracle webserver are thier any other options?
>
>I'm not an oracle or programmer guru or anything & haven't had to work
>with oracle in awhile so I'm not sure what is out there...
>
>Also....I'd prefer to have it on linux since we don't use nt for
>anything....what options are thier for accessing the db in perl?
>
>thanks
>shawn
>
Received on Fri Apr 30 1999 - 11:25:42 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US