Help for this page

Select Code to Download


  1. or download this
    $dbi = DBI->connect('Blah', 'Blah', 'Blah', 'ODBC');
    $dbistmt = $dbi->prepare(" SELECT * FROM MyTable" );   
    ...
    $Pu_strName = $publication_record[3];
    etc..