Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: verify SQL syntax without running it?

Re: verify SQL syntax without running it?

From: Jens Neuhalfen <JNeuhalfen_at_akkaya.de>
Date: Sun, 27 Jul 2003 18:39:11 +0200
Message-ID: <bg0v92$34k$1@newsreader2.netcologne.de>


Hi Wayne,

you could place the script in a transaction (

begin transaction
..
  users script
..
end transaction

HTH Jens

Wayne wrote:
> I'm using VB + ADO to access an Oracle back end. I'm writing an end-user
> query tool that builds and executes SQL. Is there a way I can check the SQL
> syntax against the RDBMS without actually returning a resultset?
>
> Thanks.
>
>
Received on Sun Jul 27 2003 - 11:39:11 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US