package DBD::TRMeisterPP - Pure Perl TRMeister driver for the DBI

DBD::TRMeisterPP - Pure Perl TRMeister driver for the DBI

DBD::TRMeisterPP is a Pure Perl TRMeister dirver for the Perl Database
Interface(DBI). This module implements most DBI interfaces, thus you can 
access TRMeister with a standard interfaces as accessing other DBMS.
DBD::TRMeisterPP and Net::TRMesister are collaborated to realize this function.

ENVIRONMENT SUPPORTED
DBD::TRMeisterPP is tested under following environment:
[OS]
	Linux and Windows xp, 
[Perl]
	Perl 5.8.5 in Linux.
	Perl 5.8.6 in Windows.
[DBI]
	DBI 1.59.
[Database]
	Sydney 16.3
	
INSTALLATION
To install this module, chnage path to the directory where DBD::TRMeisterPP located,and typing:

   perl Makefile.PL
   make
   make install


DEPENDENCIES
This module requires following modules:

  DBI
  Net::TRMeister
  IO::Socket
  Encode
  Config

OTHERS
sqli.pl is a command interface for TRMesiter which is built on DBD::TRMeisterPP.It works the same as sqli.exe.

COPYRIGHT
Copyright (C) 2007, 2024 RICOH. All rights reserved.
