Help for this page

Select Code to Download


  1. or download this
    use DBI;
    my ($dbh, $data) = (undef, '');
    ...
     $dbh->disconnect();
    };
    print "Error : $@" if length $@;
    
  2. or download this
    testdb=# \d btest
             Table "btest"
    ...
     id        | integer | not null
     data      | text    |
    Index: btest_id_key
    
  3. or download this
    DBD::ODBC::st execute failed: Error while executing the query;
    ERROR:  Unterminated quoted string (SQL-S1000)
    ERROR:  Unterminated quoted string (SQL-S1000)(DBD: st_execute/SQLExec
    +ute err=-1
    ) at C:\Perl\dev\rdm\btest.pl line 12.