On 21 Jun 2005 06:51:16 -0700, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to