Python Forum
Alternative solution to ADODB.RecordSet - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Alternative solution to ADODB.RecordSet (/thread-24570.html)



Alternative solution to ADODB.RecordSet - haleem02 - Feb-20-2020

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