[PYTHON DB-SIG] Re: Oracledb Module Available
Anthony Baxter
Anthony Baxter <arb@connect.com.au>
Tue, 29 Oct 1996 15:26:56 +1100
>>> Anthony Baxter wrote
> Ok, I'm just starting out with this (we've been using Oraperl until now,
> I hate it, lots). The first thing that's stumped me is 'what on earth is
> the format for the connection string?'
Ok, I found it by doing a strings on lots of things. it's
dbuser/dbpasswd@dbhost.
Sorry for the interruption...
Anthony
*** ../oracledb-0.1/oradbmodule.c Sat Oct 26 06:14:27 1996
--- ./oradbmodule.c Tue Oct 29 15:25:12 1996
***************
*** 786,792 ****
}
static char oraLogon__doc__[] =
! "This method begins the oracle session. It must be passed your logon information in the form of a string. EX: oracledb('usernamepassword')"
;
static PyObject *oraLogon(PyObject *self, PyObject *args)
--- 786,792 ----
}
static char oraLogon__doc__[] =
! "This method begins the oracle session. It must be passed your logon information in the form of a string. EX: oracledb('username/password@host')"
;
static PyObject *oraLogon(PyObject *self, PyObject *args)
=================
DB-SIG - SIG on Tabular Databases in Python
send messages to: db-sig@python.org
administrivia to: db-sig-request@python.org
=================