--- On Wed, 10/31/07, yogesh <yogesh.arora.daffodil@gmail.com> wrote:
> Step 6. Method calls and it founds the required method but then
> gives the Error that relation not Found ( Table) but the table exists
> in the Database....
When you specify that table name, did you qualify it with its associated schema? Also, depending on how you created
yourtable names (created case sensitive tables names using quotations), you may need to need to supply the propery
spelledand quoted table names to the pl function.
Regards,
Richard Broersma Jr.