Leser: 1
|< 1 2 3 4 >| | 35 Einträge, 4 Seiten |
1
2
3
4
5
6
7
use DBI;
my $usrname = 'DB_TEST';
my $passwd = 'start123';
my $url = 'jdbc:oracle:thin:@dbtest.example.com:1521:devel';
my $connection = DBI->connect("dbi:JDBC:hostname=localhost:9001;url=$url",$usrname,$passwd)or die "Could not connect!\n";
Quote\n\nppm> s JDBC
Searching in Active Repositories
1. DBD-JDBC [0.64] JDBC proxy driver for the DBI module
ppm> descr 1
====================
Package 1:
Name: DBD-JDBC
Version: 0.64
Author: Gennis Emerson (gemerson@vizdom.com)
Title: DBD-JDBC
Abstract: DBI proxy driver using JDBC
Location: AS3
Available Platforms:
1. IA64.ARCHREV_0-thread-multi
2. PA-RISC1.1-thread-multi
3. sun4-solaris-thread-multi
====================
ppm>
ppm> rep descr AS3
Describing Active Repository 3:
Name: AS3
Location: http://ppm.ActiveState.com/PPM/ppmserver.plex?urn:/PPM/Server/SQL
Type: PPMServer 3.0
ppm>
1
2
3
4
ppm> s JDBC
Searching in Active Repositories
No matches for 'JDBC'; see 'help search'.
ppm>
ppm> rep add http://ppm.ActiveState.com/PPM/ppmserver.plex?urn:/PPM/Server/SQL http://ppm.ActiveState.com/PPM/ppmserver.plex?urn:/PPM/Server/SQL
1
2
3
4
ppm> s JDBC
Searching in Active Repositories
1. DBD-JDBC [0.64] JDBC proxy driver for the DBI module
ppm>
|< 1 2 3 4 >| | 35 Einträge, 4 Seiten |