Problem accessing View in VB6

From: oca(at)mvc(dot)edu(dot)ph
To: pgsql-students(at)postgresql(dot)org
Subject: Problem accessing View in VB6
Date: 2008-08-09 14:15:16
Message-ID: 20080809221516.80lhop5lw04g4oc8@mail.mvc.edu.ph
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-students by date

  From Date Subject
Next Message Andrew Dunstan 2008-08-09 15:46:18 Re: Problem accessing View in VB6
Previous Message oca 2008-08-09 14:15:06 Problem accessing View in VB6