i all i create a oqlQuery like this

OQLQuery query = odmg.newOQLQuery();

        // 2. set the OQL select statement
        query.create(select * from table where id=null)

when i try this i got this message :

line 1:120: unexpected token: null

what is wrong?

Thank

remi



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to