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: Oracle 8.1.7 Error

Re: Oracle 8.1.7 Error

From: Gabriel Gonzalez <no-spam_at_no-spam.com>
Date: Wed, 19 Feb 2003 12:25:22 -0800
Message-ID: <3e53ccc7_2@binarykiller.newsgroups.com>


Get rid of the semicolon (";") at the end of your SQL statements.

"Janusz Mazur" <szunaj1_at_wp.pl> wrote in message news:b30mkj$8rl$1_at_nemesis.news.tpi.pl...
> When i'm trying to use this command
> <% rset = stmt.executeQuery("delete nazwisko, imie from test where
nazwisko
> =" ('null') ""); %>
> <% while (rset.next()) %>
> i get an error about:
> java.sql.SQLException: ORA-00933:SQL Command Incorrect Ended
>
> When i'm adding new user to Oracle data base, system add also a record
with
> "null" values
> I'm trying to make command to delete this records.
>
> Can somebody help me?
>
> I'm sorry for my horrible English, i'm from Poland :-).
>
>

-----------== Posted via Newsfeed.Com - Uncensored Usenet News ==----------

   http://www.newsfeed.com The #1 Newsgroup Service in the World! -----= Over 100,000 Newsgroups - Unlimited Fast Downloads - 19 Servers =----- Received on Wed Feb 19 2003 - 14:25:22 CST

Original text of this message

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