Help for this page

Select Code to Download


  1. or download this
    use DBD::SQLite;
    my %attr;
    ...
    writeerr($s);
    
    SQLite version: 3.8.4.1
    
  2. or download this
    ######################################################################
    +#####
    # Prepare then execute SQL statement.
    ...
    INSERT INTO data (skey, svalue) VALUES ('Stuff', 'Ge 1:1-more &stuff& 
    +here ');
    
    SELECT svalue FROM data WHERE skey='Stuff'; # This one fails with 0 re
    +cs returned