Answer the question
In order to leave comments, you need to log in
What to use - ODBC vs OLEDB in python?
Hello!
The situation is as follows - you have to work quite often with different databases (SAS/Oracle/Sqlite).
Through which interface is it better to establish interaction between databases - through OLEDB or through ODBC? Which of these technologies is newer/faster/more documented? Where can I read the documentation for both one and the other technology (preferably in Russian)?
Answer the question
In order to leave comments, you need to log in
Didn't work with either OLEDB or ODBC, but it's not very clear why? Indeed, for Python, there are a number of ORMs that access the DBMS through its own API without an additional layer. SQLAlchemy definitely works with both SQLite and Oracle. You write queries, they are translated into the dialect of a particular DBMS.
Even Django can use SQLite, PostgreSQL, and MySQL together in one project at once, if you really want to.
Regarding SAS - I can not say anything; but I suspect that there are some tools for it.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question