/[fuse_dbi]/trunk/examples/webgui.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/examples/webgui.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 11 by dpavlin, Sun Aug 29 18:51:29 2004 UTC revision 13 by dpavlin, Sun Aug 29 20:12:37 2004 UTC
# Line 25  my $sql_update = q{ Line 25  my $sql_update = q{
25                  where oid = ?;                  where oid = ?;
26  };  };
27    
28  Fuse::DBI->run({  my $mnt = Fuse::DBI->mount({
29          filenames => $sql_filenames,          filenames => $sql_filenames,
30          read => $sql_read,          read => $sql_read,
31          update => $sql_update,          update => $sql_update,
32          dsn => 'DBI:Pg:dbname=webgui',          dsn => 'DBI:Pg:dbname=webgui',
33            mount => '/mnt2',
34  });  });
35    
36    print "Press enter to exit...";
37    my $foo = <STDIN>;
38    
39    $mnt->umount;

Legend:
Removed from v.11  
changed lines
  Added in v.13

  ViewVC Help
Powered by ViewVC 1.1.26