Page 1 of 1

Synonym Access and Usage

Posted: Mon 09 Mar 2009 21:26
by harstyleuk
I am using ODAC 6.10.1.10 for Delphi 7.

Sorry for such a newbie question, but how am I able to see and access Oracle Synonyms? What components/commands should I use.

I've had a look in the manual however there is no mention of Synonym usage.

TIA

hi

Posted: Wed 17 Jun 2009 15:07
by rollydudez
A synonym is an alternative name for objects such as tables, views, sequences, stored procedures, and other database objects.



________________
where

Posted: Thu 18 Jun 2009 21:57
by hardstyleuk
Thanks Rollydudez for your reply but I know what is Synonym is, I just don't know how to access them using ODAC.

Any more assistance would be appreciated.

Posted: Tue 23 Jun 2009 08:16
by Plash
You can assing a synonym name to the TableName property of TOraTable, if you have a synonym for a table.