how to imput usernames and passwords??

skip at pobox.com skip at pobox.com
Mon Jul 25 13:39:22 EDT 2005


    Patrick> Is there a way I can have Python tell Oracle what the username
    Patrick> and password is?

Dunno what db adapter module is used for Oracle, but the ones I've used for
Sybase, PostgreSQL and MySQL all accept username/password parameters either
individually or stuffed into a DSN string.  Check the docs for the module
you use to talk to Oracle.

Skip



More information about the Python-list mailing list