Problem accessing View in VB6 - Mailing list pgsql-students

From oca@mvc.edu.ph
Subject Problem accessing View in VB6
Date
Msg-id 20080809221506.er2ssum1s0swkskg@mail.mvc.edu.ph
Whole thread Raw
List 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 by date:

Previous
From: Robert Treat
Date:
Subject: Re: Loggin a user who changed something in cetain table
Next
From: Andrew Dunstan
Date:
Subject: Re: Problem accessing View in VB6