RE: Any SQL extensions to Python (Informix,etc?)

Lou Kates (lou@vax.teleride.on.ca)
Fri, 19 Nov 1993 13:48:20 -0500

>From: MX%"baker@spk.hp.com" 19-NOV-1993 13:15:41.59
>To: LOU
>CC:
>Subj: Any SQL extensions to Python (Informix,etc?)
>
>To: python-list@cwi.nl
>
>I would like to know if anyone is developing an SQL extension to Python. To

One way to do this without extending the language itself would be
to make use of Microsoft's Open Data Base Connection (ODBC)
datatabase independent C calling sequence standard. ODBC is
MS-Windows specific but there is no reason, in principle, that I
know of that one could not also use its definition to provide a
calling standard for transparent access to arbitrary relational
databases on other platforms too.

Lou Kates, louk@teleride.on.ca