[DB-SIG] Insert for Oracledb

M.-A. Lemburg lemburg@uni-duesseldorf.de
Mon, 24 Nov 1997 15:20:32 +0100


Jim Fulton wrote:
> 
> I need an interface to SQLTables, so that I can discover
> tables in data sources.

Shouldn't be much of a problem. Though it kind of bypasses
the DB-API where all executes go through cursor.execute.
The ODBC APIs SQLTable, SQLStatistics, etc. all do pretty
much the same as an execute with a DB-specific table would
(I guess the naming differences among the different DBs
caused these APIs to appear).

-- 
Marc-Andre Lemburg


_______________
DB-SIG  - SIG on Tabular Databases in Python

send messages to: db-sig@python.org
administrivia to: db-sig-request@python.org
_______________