Well, I can connect to my Pg database through ZS just fine. It
lists all the databases, all the schemas, and quite a few items under
each schema. Unfortunately, all of *those* items are empty when I know
that, at the very least, the "Table" item shouldn't be.
I'm also getting the following error when trying to test queries
within ZS: 'PostgreSQL (localhost) --> ERROR: relation "tablename" does
not exist'. However, the same query will work perfectly when executed
through PHP.
I'm currently using Windows XP. Is there something I'm missing, or
does Zend Studio 4.0 not properly support PostgreSQL 8.0?
- R.Lange
lists all the databases, all the schemas, and quite a few items under
each schema. Unfortunately, all of *those* items are empty when I know
that, at the very least, the "Table" item shouldn't be.
I'm also getting the following error when trying to test queries
within ZS: 'PostgreSQL (localhost) --> ERROR: relation "tablename" does
not exist'. However, the same query will work perfectly when executed
through PHP.
I'm currently using Windows XP. Is there something I'm missing, or
does Zend Studio 4.0 not properly support PostgreSQL 8.0?
- R.Lange
Comment