I can´t read the data in the second time - Mailing list pgsql-odbc

From Milton
Subject I can´t read the data in the second time
Date
Msg-id 001c01c615e6$0f4ca360$24000aaa@mapcardoso.com.br
Whole thread Raw
Responses Re: I can´  (Ludek Finstrle <luf@pzkagis.cz>)
Re: I can't read the data in the second time  (Ludek Finstrle <luf@pzkagis.cz>)
List 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 by date:

Previous
From: Ludek Finstrle
Date:
Subject: Re: Output parameter isn't available ???
Next
From:
Date:
Subject: [ psqlodbc-Bugs-1000510 ] Access the rdoResultset´s column is NULL in the second access