Re: Database System Tables [WO newbie]
Re: Database System Tables [WO newbie]
- Subject: Re: Database System Tables [WO newbie]
- From: Chuck Hill <email@hidden>
- Date: Wed, 14 Dec 2005 11:31:08 -0800
On Dec 13, 2005, at 7:44 AM, Thomas Friesen wrote:
I am just beginning to work with WebObjects/EnterpriseObjects, and
as an Ingres DBA, am rather interested in accessing the system
catalogues (iitables, iirelations, etc.) via Enterprise Objects. I
was a little surprised that I was able to have EO connect and pick
up the user tables with no extra effort.
But can I somehow have EO recognise the system tables for reading.
(In Ingres, system catalogues are readable by any database user,
and are read using standard SQL statements.)
Ideas would be appreciated. Known solutions would be fantastic!
It can definitely read them, this is how it finds the user tables
etc. It should be "just" a matter of figuring out what prefix is
needed on the table name (e.g. system.iitables instead of just
iitables).
Good luck!
Chuck
--
Coming in 2006 - an introduction to web applications using WebObjects
and Xcode http://www.global-village.net/wointro
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems. http://www.global-village.net/products/practical_webobjects
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden