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...
Continue reading...