Oradac Vcl change tableName

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
mauriegio

Oradac Vcl change tableName

Post by mauriegio » Tue 22 Mar 2005 12:22

Hello at all,
i'm try the oradac and i find it wonderfull specially the option net.

But i have a problem , how ca i change the name of table on the component TOraTable, i tryed to set tableName property as 'User.NameTable', but it said table or view not found.

Can i help me ???

thank you very much

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Tue 22 Mar 2005 13:37

Your actions are correct. Please check that table really exists. Please
check value of TOraSession.Schema and that you have rights to assess this
table.

Post Reply