Thanks for the linkThomas but the documentation only seems to talk about
establishing a connection in terms of predifiend Data Source Names. However I
know with other RDBMS its possible to use ODBC without predefining a DSN.

For example in oracle the connection would be established like:

$dbh = DBI->connect('dbi:Oracle:',q{rouser/
rouser@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)
(Host=cae212.ed.ray.com)(Port=1521))(CONNECT_DATA=(SID=ilnk))(GLOBAL_NAMES=false))},

"")



|--------+-------------------------------->
|        |          "Koetter, Thomas      |
|        |          Theodor"              |
|        |          <thomas.theodor.koette|
|        |          [EMAIL PROTECTED]>            |
|        |                                |
|        |          22/10/2003 14:13      |
|        |                                |
|--------+-------------------------------->
  >----------------------------------------------------------------------------|
  |                                                                            |
  |       To:     Mark Blakey/London/[EMAIL PROTECTED], [EMAIL PROTECTED]            |
  |       cc:                                                                  |
  |       Subject:     RE: Hardcoding ODBC connection strings in perl DBI      |
  >----------------------------------------------------------------------------|




Hi Mark

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Mittwoch, 22. Oktober 2003 14:07
> To: [EMAIL PROTECTED]
> Subject: Hardcoding ODBC connection strings in perl DBI
>
>
> Does anyone know a way to hard code ODBC connection strings
> when using the perl
> DBI to connect to sapdb?

Under http://www.sapdb.org/7.4/sap_db_program.htm some information
about Perl-DBI is available.


HTH  Thomas


----------------------------------------------
Dr. Thomas K�tter
SAP DB, SAP Labs Berlin


Do you know SAP^H^H^H MaxDB ?                   www.sapdb.org




--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]






-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to