remote db connection

David Voswinkeö d.voswinkel at centrium.de
Wed Dec 4 07:04:47 EST 2002


hi,
take a look at sqlrelay. www.firstworks.com
it is an sql proxy written in c with support for oracle,mysql,pgsql...
api is available for c,c++,php,python and java.

greetings

david
 



marcin andrzejewski wrote:

> is it possible to create a db connection object on server and use it by
> client ?
> which protocol (xml-rpc, soap, pyro) should i use ?
> 
> client:
> px=protocol.proxy(remote_machine)
> rdb=px.db(user,pass,database)
> rcs=rdb.cursor()
> data=rcs.fetchall("select * from")
> rdb.close()
> del px
> --
> marcin andrzejewski
> m.andrzejewski at dmz.com.pl
> keson at post.pl




More information about the Python-list mailing list