OraTable problem

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Gunboule
Posts: 4
Joined: Thu 05 May 2011 13:08

OraTable problem

Post by Gunboule » Thu 05 May 2011 13:16

Hi,

i want give to my OraTable, the TableName value : T$ARTICLE_ACHAT T2, TABLE(T2.ACHAT$$) T
How can i do that?
because it doesnt take care of the point, it put some " that i dont want.

If u guys can help me , it would be awesome.



ps: sorry if my english is bad ^^

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Thu 05 May 2011 13:56

Hello,

Please send a complete small sample to alexp*devart*com to demonstrate your problem, including a script to create a table.

Gunboule
Posts: 4
Joined: Thu 05 May 2011 13:08

Post by Gunboule » Fri 06 May 2011 07:47

i just want to know why it put some " at the beginning and the end and around a . when we enter a TableName.
Without these " , it would work perfectly

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Fri 06 May 2011 11:04

Hello,

Please check that the OraTable.Options.QuoteNames property is set to false, if it is not, please set it to false and try again.

Post Reply