Hi !

I need some information on that point : thank you in advance.
I am using Oracle 8 through a network.

What is the difference (in time) between these 2 actions :

database.begin
database.create(object1)
database.commit

database.begin
database.create(object2)
database.commit

...

database.begin
database.create(objectn)
database.commit

AND :

database.begin
database.create(object1)
database.create(object2)
...
database.create(objectn)
database.commit

Does Castor spend more time achieving the first action rather than the
second ?

Another question :
does a database.load (like this one :
       DBClasseProduit lc_dbClasse =
            (DBClasseProduit) lc_database.load(
                DBClasseProduit.class,
                ((JDOClasseProduitImpl)
lc_vue.getClasseProduit()).getClasse().getId());

takes a lot of time ?


Thanks a lot, 
and sorry for my english :-))

Mathias


_____________________________________

Ce message et eventuellement les pieces jointes, sont exclusivement
transmis a l'usage de leur destinataire, et leur contenu est strictement
confidentiel. Une quelconque copie, retransmission,diffusion ou autre usage,
ainsi que toute utilisation par des personnes physiques ou morales ou
entites autres que le destinataire sont formellement interdits.
Si vous recevez ce message par erreur, merci de le detruire et d'en avertir
immediatement l'expediteur.
Internet ne permettant pas d'assurer l'integrite de ce message,
l'expediteur decline toute responsabilite au cas ou il aurait ete
intercepte ou modifie par quiconque.

 This electronic message and possibly any attachment are transmitted for the
exclusive use of their addressee;  their content is strictly confidential.
Any copy, forward, release or any other use, is prohibited, as well as any
use by any unauthorized individual or legal entity.
Should you receive this message by mistake, please delete it and notify the
sender at once.
Because of the nature of the Internet the sender is not in a position to
ensure the integrity of this message, therefore the sender disclaims any
liability whatsoever, in the event of this message having been intercepted
and or altered.

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to