Python Forum

Full Version: Alternative solution to ADODB.RecordSet
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All
Python version:
Python 3.6.1 |Anaconda 4.4.0 (64-bit)| (default, May 11 2017, 13:25:24) [MSC v.1900 64 bit (AMD64)]
OS: Win 10
db: Oracle 11g

May I know the alternative solution to below -

Used below in VB:
ADODB.RecordSet Provider=OraOLEDB.Oracle

How to achieve the same recordset functionality in Python?

Thanks