Re: Problem accessing View in VB6 - Mailing list pgsql-students

From Andrew Dunstan
Subject Re: Problem accessing View in VB6
Date
Msg-id 489DD48A.3090202@dunslane.net
Whole thread Raw
In response to Re: Problem accessing View in VB6  (oca@mvc.edu.ph)
Responses Re: Problem accessing View in VB6
List pgsql-students

oca@mvc.edu.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

pgsql-students by date:

Previous
From: oca@mvc.edu.ph
Date:
Subject: Re: Problem accessing View in VB6
Next
From: oca@mvc.edu.ph
Date:
Subject: Re: Problem accessing View in VB6