python - Is there such a thing as an ODBC driver which will connect to any SQL-92 database? -


if database has been written sql-92 standard why need proprietary driver?

is there python library let me interact standard sql-92 database?

the database 4d v12 sql , don't have 64 bit driver mac, need.

the problem while sql standard, not specify how data must transfered on wire, nor way connections have negociated begin with. hence servers implement own protocol. odbc provides standard way @ programmatic level (a middleware) interact db driver, driver must implement proprietary glue connected vendor server.

if odbc driver available on system, library able use odbc api should able access it, , access handled dbs.

regarding specific problem, seems such driver exists. @ time unable access page referencing it. this other page provides guidance on how install driver.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -