Hi,

I'm a newbie with Jyve. These exceptions occours when I'm using Jyve on 
an ORACLE database 8.1.6. Are these known bugs?
I've made a little bug fixes.

But, I've another question. Has everyone a solution for the sequences in 
ORACLE? There is an advice in the archive about a trigger...
I don't know what to do.

Andreas

-----------------------------------------------------------------------

java.sql.SQLException: ORA-00923 
    
org.apache.jyve.screens.DisplayTopics.getAnswerCount(DisplayTopics.java:
385)

 sql.append("    SELECT answer.question_id ");
 // this line was missing

        sql.append("    FROM answer ");
 //
        sql.append("    WHERE  answer.question_id = question.question_id 
");


java.sql.SQLException: ORA-00911

org.apache.jyve.util.RecordExtractor.getConfirmValue(RecordExtractor.jav
a:207)

        sql.append ( "SELECT CONFIRM_VALUE FROM Visitor WHERE LOGINID='" 
);
        sql.append ( username );
//        sql.append ( "';" );
        sql.append ( "'" );

-----------------------------------------------------------------------


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to