DBD-Solid
view release on metacpan or search on metacpan
Also, don't worry about 'SQL_NO_DATA_FOUND' redefined warnings. That's
a clash between DBI and Solid's ODBC, and it doesn't affect anything. --mms
TESTING
The tests kinda work with the 'new style' environment variables
DBI_DSN, DBI_USER, DBI_PASS introduced with DBI 0.86.
See the DBI documentation for details.
'new style' examples:
setenv SOLID_HOME /usr/local/soliddb
setenv SOLID_DSN "tcp localhost 1313"
setenv DBI_USER dba
setenv DBI_PASS dba
The supplied test will connect to the database using the value of the
DBI_USER environment variable so you should set that to the correct
value before starting the test. Don't forget to CREATE the user (see
SOLID Server documentation) when you aren't using an existing
database user.
When you want to use a remote SOLID server or have more than one
SOLID Server running then you must set the SOLID_DSN environment
variable to connect to the database.
( run in 0.392 second using v1.01-cache-2.11-cpan-3989ada0592 )