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: Sat, 09 Aug 2008 13:31:54 -0400
- Message-id: <489DD48A.3090202@dunslane.net> <text/plain>
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
Home |
Main Index |
Thread Index