Re: Problem accessing View in VB6

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: oca(at)mvc(dot)edu(dot)ph
Cc: pgsql-students(at)postgresql(dot)org
Subject: Re: Problem accessing View in VB6
Date: 2008-08-09 17:31:54
Message-ID: 489DD48A.3090202@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-students

oca(at)mvc(dot)edu(dot)ph wrote:
>
>
> Thank you, that does the job, but i guess i have to use lowercases for
> my views names.
>
>

I don't see why. Just use:

.Open "SELECT * FROM ""tvwClassSchedules""", dbConn, adOpenDynamic,
adLockReadOnly

AFAIK that is the way to embed quotes in VB Strings.

cheers

andrew

In response to

Responses

Browse pgsql-students by date

  From Date Subject
Next Message oca 2008-08-09 22:09:13 Re: Problem accessing View in VB6
Previous Message oca 2008-08-09 16:22:02 Re: Problem accessing View in VB6