Re: Help! Dynamic SQL

From: Lang Richard <richard_at_dse.it>
Date: 1997/05/23
Message-ID: <33858BE5.6657_at_dse.it>#1/1


Dev2000 (Clients generally: Procedure-Builder also) only supports PL-SQL v1.1. This causes some problems in calling the DBMS_SQL-Package, because PL-SQL doesn't support variable assignment from Packages.

So you have to move your procedure on SERVER-side (stored-procedure or package), and give the execute grants to your users. Received on Fri May 23 1997 - 00:00:00 CEST

Original text of this message