[ psqlodbc-Bugs-1000510 ] Access the rdoResultset´s column is NULL in the second access

Поиск
Список
Период
Сортировка
От
Тема [ psqlodbc-Bugs-1000510 ] Access the rdoResultset´s column is NULL in the second access
Дата
Msg-id 20051227152041.A98F81125038@pgfoundry.org
обсуждение исходный текст
Список pgsql-odbc
Bugs item #1000510, was opened at 27-12-2005 15:20
You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1000510&group_id=1000125

Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: Access the rdoResultset´s column is NULL in the second access

Initial Comment:
In VB's example:

Private Sub QueryTest()

Dim rdoQuery As rdoResultset

Set rdoQuery = InjetDB.OpenResultset("SELECT A || B AS Test FROM pdTable")

If not rdoQuery.EOF Then
    Debug.print(rdoQuery!Test)
    Debug.print(rdoQuery!Test) 'Error happen (Invalid use of NULL)
End If

End Sub


' rdoResultset is Microsoft Remote Data Object 2.0
' Postgree 8.1
' psqlodbc-8_01_0106

----------------------------------------------------------------------

You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1000510&group_id=1000125

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

Предыдущее
От:
Дата:
Сообщение: [ psqlodbc-Bugs-1000509 ] TextAsLongVarchar=0 don't work
Следующее
От: "Campbell, Greg"
Дата:
Сообщение: Re: for psqlodbc developers: [ psqlodbc-Bugs-1000507 ]