Error Report on ODBC Connect Dialog

Поиск
Список
Период
Сортировка
От Marko Ristola
Тема Error Report on ODBC Connect Dialog
Дата
Msg-id 42D24706.7040505@kolumbus.fi
обсуждение исходный текст
Список pgsql-odbc
CVS branch: HEAD

dlg_specific.c:

function makeConnectString().

There is a big sprintf() with about 63 arguments,
on line 63.

gcc -Wall responded:
dlg_specific.c: In function `makeConnectString':
dlg_specific.c:126: warning: too many arguments for format

The warning goes away, if I add the following
into the format string:
";%s=%d"

So the following definition is not delivered on connect:
"LowerCaseIdentifier=%d",ConnInfo.lower_case_identifier


Marko Ristola



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

Предыдущее
От: Marko Ristola
Дата:
Сообщение: Re: Problems with ODBC and ASP .NET 2.0
Следующее
От: "Joel Fradkin"
Дата:
Сообщение: connx odbc driver