python - What is the problem with ODBC as a technology? -
recently zed shaw (a programmer blogs) mentioned odbc references should removed popular python book dive python. have never worked odbc , wanted understand why odbc "bad". pros , cons of technology? alternatives there?
the biggest issue 64 bit support not entirely available across different data sources. problem people bridge odbc technology eliminate unnecessary layers of complexity. example, jdbc->odbc when go jdbc direct.
Comments
Post a Comment