Re: ODBC Rewrite

Поиск
Список
Период
Сортировка
От markw@mohawksoft.com
Тема Re: ODBC Rewrite
Дата
Msg-id 16608.24.91.171.78.1102430134.squirrel@mail.mohawksoft.com
обсуждение исходный текст
Ответ на Re: ODBC Rewrite  (Stephen Frost <sfrost@snowman.net>)
Ответы Re: ODBC Rewrite  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-odbc
> * markw@mohawksoft.com (markw@mohawksoft.com) wrote:
>> Looking at both ODBC and libpq and I think that the difference is that
>> libpq aims to make PostgreSQL interfacing easy, while ODBC strives to be
>> a
>> comprehensive SQL interface. 99% of what will be done with the ODBC
>> interface will be simple SQLAllocStmt, SQLPrepare, and SQLExecute.
>
> Saying what 99% of what the ODBC driver does isn't terribly useful-
> What's that 1% that libpq can't do?  Having looked at the code, can you
> give us an idea on that?
>
>     Stephen
>

Off the top of my head, binding data to the SQL statement, reusing
statements, stuff like that.

The ODBC API isn't designed to talk to any one database, so there are no
short cuts. Unfortunately, applications based on ODBC assume there are no
short cuts, and rely on that behavior.

В списке pgsql-odbc по дате отправления:

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: ODBC Rewrite
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: ODBC Rewrite