Remote database access using XML-RPC and SOAP


Version: 1.2
Category:
Scripts
Python
Requirements:
Seller:
Price:
-
System:
Rating:
4.6
License:

Description - Remote database access using XML-RPC and SOAP



Shows how to remotely access a database via a web service supporting XML-RPC and Soap protocols. The example uses the MySQLdb module, but should be easily customised to any database with Python module adhering to the Python DB API. The web service interface provides the ability to make a self contained query, or allows the creation of a distinct database cursor to service a series of queries or updates without other clients interfering. Cursors automatically expire and delete themselves after a set period of inactivity if not explicitly closed.



More in Python-Remote database access using XML-RPC and SOAP

Remote Database Access Using Remote Database Access