Help for this page

Select Code to Download


  1. or download this
    DBI connect('hostname=172.28.130.20;port=1025;url=jdbc:teradata://172.
    +28.130.20/;databaseName=NDW_JRNL_VIEWS','pMalle001',...) failed: Expe
    +cting tag 0x73875f, found 0x3 at C:/Strawberry/perl/site/lib/Convert/
    +BER.pm line 379.
            ...propagated at C:/Strawberry/perl/site/lib/Convert/BER.pm li
    +ne 798.
     at JDBC-ConnectionTestNewNewest.pl line 15.
    Database connection error: Expecting tag 0x73875f, found 0x3 at C:/Str
    +awberry/perl/site/lib/Convert/BER.pm line 379.
            ...propagated at C:/Strawberry/perl/site/lib/Convert/BER.pm li
    +ne 798.
    
  2. or download this
    use DBI;
    use JDBC;
    ...
    
    $dbh = DBI->connect("dbi:JDBC:hostname=172.28.130.20;port=1025;url=jdb
    +c:teradata://172.28.130.20/;databaseName=NDW_JRNL_VIEWS", $user, $pas
    +sword);