The maxdbconnection module is accessible via the sqlobject.maxdb module.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
connection creation sample:
__connection__ = DBConnection.maxdbConnection(
host=hostname, database=dbname,
user=user_name, password=user_password,autoCommit=1,debug=1)
This class contains 6 members.
This class contains 6 members.
This class contains 6 members.
This class contains 6 members.
This class contains 6 members.
This class contains 23 members.
See the source for more information.