NAME
Apache2::SQLRequest - Supply SQL queries to an Apache request object
VERSION
Version 0.02
SYNOPSIS
# httpd.conf
PerlLoadModule Apache2::SQLRequest
DSN dbi:Foo:Bar
DBUser foo
DBPassword bar
<Location /foo>
SQLQuery dummy "SELECT DUMMY FROM DUAL WHERE DUMMY = :y"
BindParameter dummy y X
</Location>
DESCRIPTION
This module functions as a base class for containing preloaded SQL queries. It supplies methods to bind parameters, execute queries and access record sets.
AUTHOR
dorian taylor, <dorian@icrystal.com>
BUGS
Please report any bugs or feature requests to bug-apache-sqlrequest@rt.cpan.org
, or through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
COPYRIGHT & LICENSE
Copyright 2004 dorian taylor, iCrystal Software, Inc. All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.