Synonym Access and Usage

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
harstyleuk
Posts: 1
Joined: Wed 04 Mar 2009 02:42

Synonym Access and Usage

Post by harstyleuk » Mon 09 Mar 2009 21:26

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

rollydudez
Posts: 1
Joined: Wed 17 Jun 2009 14:19

hi

Post by rollydudez » Wed 17 Jun 2009 15:07

A synonym is an alternative name for objects such as tables, views, sequences, stored procedures, and other database objects.



________________
where

hardstyleuk
Posts: 5
Joined: Mon 23 Mar 2009 04:59

Post by hardstyleuk » Thu 18 Jun 2009 21:57

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.

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Tue 23 Jun 2009 08:16

You can assing a synonym name to the TableName property of TOraTable, if you have a synonym for a table.

Post Reply