Python can do it for me?
Richard Lewis
richardlewis at fastmail.co.uk
Tue Jun 21 10:20:13 EDT 2005
On 21 Jun 2005 06:51:16 -0700, "silasju at gmail.com" <silasju at gmail.com>
said:
> Really? I see Python is very good general-purpose language. I studing
> TCL, C++ and Java too.
>
> And remote conection? Do you know something?
>
You mean connecting to a database from a remote machine?
Most (probably all) database modules for Python allow you to access the
database using the server/host name of the database server. So as long
as your database server accepts connections from remote machines this
will not be a problem.
Cheers,
Richard
More information about the Python-list
mailing list