Forum Post: Re: Db And Appservers

  • Thread starter Thread starter Ramadevi Dhavala
  • Start date Start date
Status
Not open for further replies.
R

Ramadevi Dhavala

Guest
Hi, Such type of errors will be seen, if the project is using multiple databases with same table names. To resolve this, we have to use the database names to access the particular table. Example: Code for first database: FOR EACH testDB1.Customer : DISPLAY testDB1.Customer.CustNum . END. Code for second database: FOR EACH testDB2.Customer : DISPLAY testDB2.Customer.CustNum . END. If you have already done this, please try regenerating the r-code after prefixing the table names with database names. Thanks & Regards, Rama

Continue reading...
 
Status
Not open for further replies.
Back
Top