Hello,
You receive this message because you subscribed to the TinyButStrong
newsletter. The newsletter options are described at the foot page.
There is a new version of the small connectivity tool named TbsSQL.
If you don't know it yet, TbsSQL is PHP independent library that can
connect to MySQL, PostgreSql or ODBC (SQL server, Ms Access, ...). It
also has a special hook that makes it working has a data source for
TBS. Its originality is to be very simple and to merge and protect
values in the SQL statement for you in one shot.
Download and documentation at:
http://www.tinybutstrong.com/tools.php
Changelog for TbsSQL version 2.5:
-------------------------------------------------
- New set of jokers that supports NULL values for SQL.
- constants that can be used for property $Db->Mode :
TBSSQL_SILENT
TBSSQL_NORMAL
TBSSQL_DEBUG
TBSSQL_TRACE
- Bug for TbsSQL with MySQL : each TbsSQL instance was always linked
to the
last MySQL connection. That was because property $Db->Id was always
set to True
instead of the MySQL connection resource.
- New property $Db->TbsKey : enables you to use several instances of
TbsSQL with TinyButStrong.
- New method $Db->SetTbsKey() : enables you to customize instances of
TbsSQL with TinyButStrong.
Enjoy and have a nice day,
Skrol29