Problem with FK in snapshot

From: Joaquin Arias Buendia (joaqinbuendiaforu..ahoo.es)
Date: Sat Dec 04 2004 - 05:22:18 EST

  • Next message: Andrus Adamchik: "Re: Problem with FK in snapshot"

    Hi everybody.

    When I execute this code:

       Pregunta p = db.getPreguntaPersistente();
         p.construir(preg, hayRespLib);
        db.commitChanges();
        Iterator it = listaResps.iterator();
        String resp;

        while (it.hasNext())
        {
          RespuestaFija rf =
    db.getRespuestaFijaPersistente();
          rf.construir((String)it.next());
           p.addToPosiblesRespuestas(rf);
           db.commitChanges();
        }

    I have this message:

    "Some parts of FK are missing in snapshot"

    Any idea?

    Thank you very much!!!

                    
    ______________________________________________
    Renovamos el Correo Yahoo!: ˇ250 MB GRATIS!
    Nuevos servicios, más seguridad
    http://correo.yahoo.es



    This archive was generated by hypermail 2.0.0 : Sat Dec 04 2004 - 05:22:21 EST