BUG #5217: (new) error with VB 6.0 SP 6 and psqlODBC 8.4.1

Поиск
Список
Период
Сортировка
От Martin
Тема BUG #5217: (new) error with VB 6.0 SP 6 and psqlODBC 8.4.1
Дата
Msg-id 200911271309.nARD9qtO030191@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #5217: (new) error with VB 6.0 SP 6 and psqlODBC 8.4.1  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      5217
Logged by:          Martin
Email address:      SeaReports@aol.at
PostgreSQL version: 8.4.1
Operating system:   M$ Vista (but does not matter) same on XP, ...
Description:        (new) error with VB 6.0 SP 6 and psqlODBC 8.4.1
Details:

works fine with psqlODBC 8.3.4,
error with psqlODBC 8.4.1

  Sp.CursorType = adOpenDynamic
  Sp.Open "SELECT field1, False :: boolean as Field2 from test LIMIT 1;",
PGSQL_Connection
  Sp!Field2 = "1"   ' <==== error


I can send mylog_3804.log and psqlodbc_3804.log, if someone is interested.

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: BUG #5207: unable to start postgresql server services
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: BUG #5172: ecpg - cursor with regexp containing '.*/' fails to compile with gcc