Home > Archive > PERL Beginners > December 2006 > Perl connecting to Oracle and SQL Server databases ...
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Perl connecting to Oracle and SQL Server databases ...
|
|
| Benbart 2006-12-17, 3:59 am |
| Hi all,
Does anyone know of any resource that I can go to for example on
connecting to Oracle and Microsoft SQL Server databases using Perl
.....??? I need more than connecting to the database, some example on how
to do SELECT, INSERT, UPDATE and DELETE will be very helpful as well.
Thanks in advance ...
| |
| Jeff Pang 2006-12-17, 6:58 pm |
| Download the codes of "Perl for System Administration" and look at No. 7 charter,you may find what you needed.
See: [url]http://examples.oreilly.com/perlsy m/[/url]
Good luck!
-----Original Message-----
>From: Benbart <benbart@orcon.net.nz>
>Sent: Dec 17, 2006 4:31 AM
>To: beginners@perl.org
>Subject: Perl connecting to Oracle and SQL Server databases ...
>
>Hi all,
>
>Does anyone know of any resource that I can go to for example on
>connecting to Oracle and Microsoft SQL Server databases using Perl
>....??? I need more than connecting to the database, some example on how
>to do SELECT, INSERT, UPDATE and DELETE will be very helpful as well.
>
>Thanks in advance ...
>
>
>
>
>
>--
>To unsubscribe, e-mail: beginners-unsubscribe@perl.org
>For additional commands, e-mail: beginners-help@perl.org
><http://learn.perl.org/> <http://learn.perl.org/first-response>
>
>
--
Books below translated by me to Chinese.
Practical mod_perl: http://home.earthlink.net/~pangj/mod_perl/
Squid the Definitive Guide: http://home.earthlink.net/~pangj/squid/
| |
| DJ Stunks 2006-12-17, 6:58 pm |
|
Benbart wrote:
> Hi all,
>
> Does anyone know of any resource that I can go to for example on
> connecting to Oracle and Microsoft SQL Server databases using Perl
> ....??? I need more than connecting to the database, some example on how
> to do SELECT, INSERT, UPDATE and DELETE will be very helpful as well.
http://www.perl.com/pub/a/1999/10/DBI.html
and, of course,
perldoc DBI
-jp
| |
| Tony Heal 2006-12-17, 6:58 pm |
| I did a simple google search for 'using perl with oracle' and came up with
these
http://www.cs.purdue.edu/homes/cs29...cleExample.html
I did not look to far into this but it looks promising
http://vsbabu.org/mt/archives/2002/...for_oracle.html
MS SQL was a little harder search but I did find this
The search was 'Using Perl DBI to interface to MS SQL'
http://www.easysoft.com/developer/l...nix_tutorial.ht
ml
Tony
-----Original Message-----
From: Benbart [mailto:benbart@orcon.net.nz]
Sent: Sunday, December 17, 2006 4:32 AM
To: beginners@perl.org
Subject: Perl connecting to Oracle and SQL Server databases ...
Hi all,
Does anyone know of any resource that I can go to for example on
connecting to Oracle and Microsoft SQL Server databases using Perl
.....??? I need more than connecting to the database, some example on how
to do SELECT, INSERT, UPDATE and DELETE will be very helpful as well.
Thanks in advance ...
--
To unsubscribe, e-mail: beginners-unsubscribe@perl.org
For additional commands, e-mail: beginners-help@perl.org
<http://learn.perl.org/> <http://learn.perl.org/first-response>
|
|
|
|
|