how to get data from pyodbc when connected to oracle
"rahul" <[email protected]>
| Newsgroups | gmane.comp.python.mod_python |
|---|---|
| Message-ID | <[email protected]> |
Hello all, I have used pyodbc to connect to my database. I have to connect to three different databases. 1) msaccess 2) oracle 3) sql Server I was pretty successful operating with msaccess but when I connected with Oracle and run command to print the data with myrow.database_field_name it is throwing an exception. The same above is working fine for msaccess. I have used ODBC_ODBC bridge to connect from linux to windows. Thanks, Rahul