Saturday, August 9, 2008

Re: [pgsql-students] Problem accessing View in VB6

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

--
Sent via pgsql-students mailing list (pgsql-students@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-students

No comments: