Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

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

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group