I can´t read the data in the second time

Поиск
Список
Период
Сортировка
От Milton
Тема I can´t read the data in the second time
Дата
Msg-id 001c01c615e6$0f4ca360$24000aaa@mapcardoso.com.br
обсуждение исходный текст
Ответы Re: I can´  (Ludek Finstrle <luf@pzkagis.cz>)
Re: I can't read the data in the second time  (Ludek Finstrle <luf@pzkagis.cz>)
Список pgsql-odbc
There are cases than i can´t read the data one more time.
See the VB example below:
 
================================
dim rdoQuery as rdoResultset
dim strValue as string
 
set rdoQuery = connection.OpenResultset("SELECT '1' || '2' AS test", rdOpenKeyset, rdConcurReadOnly)
 
strValue = rdoQuery(0) ' Value is '12'
strValue = rdoQuery(0) ' ERROR HERE: Invalid user of Null

 

================================

 

The similar example work in the others DB (ORACLE, SQL SERVER, INFORMIX)

 

Is it a bug in the pgsql-odbc?

 

P.S. : I have a program to test it, if someone would like to use this, notify me, ok!!?

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

Предыдущее
От: Ludek Finstrle
Дата:
Сообщение: Re: Output parameter isn't available ???
Следующее
От:
Дата:
Сообщение: [ psqlodbc-Bugs-1000510 ] Access the rdoResultset´s column is NULL in the second access