Problem accessing View in VB6

Поиск
Список
Период
Сортировка
От oca@mvc.edu.ph
Тема Problem accessing View in VB6
Дата
Msg-id 20080809221516.80lhop5lw04g4oc8@mail.mvc.edu.ph
обсуждение исходный текст
Ответы Re: Problem accessing View in VB6
Список pgsql-students

hi,

I got problem accessing views in Visual Basic 6. 

Dim rsSchedule As New Recordset
With rsSchedule
    .Open "SELECT * FROM tvwClassSchedules", dbConn, adOpenDynamic, adLockReadOnly
    .Close
End With

I got this error:

ERROR: relation "tvwClassSchedules" does not exist;
Error while executing the query

this view exist because i can use the view in pgAdmin to display the records.

please help.

thank you,
ocavid

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

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: Loggin a user who changed something in cetain table
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Problem accessing View in VB6