Jump to content

Specity tableName.columnName in field element


nairsunil

Recommended Posts

We are using oracle 10g and I am facing some issues when

we specify TABLE_NAME.COLUMN_NAME in the field element.

Example:

Works

<field class="java.lang.String" name="ACCT_NO"/>

Does not work

<field class="java.lang.String" name="TX_ACCOUNT.ACCT_NO"/>

 

Any ideas how this can be solved?

 

Also in case we have ACCT_NO from 2 tables then we cannot specify

<field class="java.lang.String" name="ACCT_NO"/>

<field class="java.lang.String" name="ACCT_NO"/>

 

this is also throwing error. Any solution to either of the issue ?

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...