CGI::Session::Driver::odbc

A CGI::Session driver for ODBC
Download

CGI::Session::Driver::odbc Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ron Savage
  • Publisher web site:
  • http://search.cpan.org/~rsavage/

CGI::Session::Driver::odbc Tags


CGI::Session::Driver::odbc Description

A CGI::Session driver for ODBC CGI::Session::Driver::odbc is a Perl module that stores session records in an ODBC-compatile table. For details see CGI::Session::Driver::DBI, its parent class.Synopsis $s = CGI::Session -> new('driver:ODBC', $sid); $s = CGI::Session -> new('driver:ODBC', $sid, { DataSource => 'dbi:ODBC:test', User => 'sherzodr', Password => 'hello', }); $s = CGI::Session -> new('driver:ODBC', $sid, {Handle => $dbh});or $s = new CGI::Session('driver:ODBC', undef, { TableName=>'session', IdColName=>'my_id', DataColName=>'my_data', Handle=>$dbh, }); Requirements: · Perl


CGI::Session::Driver::odbc Related Software