[Opensource] Connection error when adding
Tayfun Elmas
tayfunelmas at yahoo.com
Thu Nov 14 23:40:46 PST 2002
Hi,
When adding two different DBObject object with add(),
there is an exception that indicates that an sql
statement in the second add operation could not be
established. it is like that:
DBConnection conn=...
conn.setAutoCommit(true);
A a=new A(conn);
a.set...
a.add();// this works.
B b=new B(conn);
b.set...
b.add();// it does not work
conn.commit();
What kind of problem may be happen?
Thanks...
=====
####################################
TAYFUN ELMAS
#_#_# elmas at bilmuh.ege.edu.tr
(`|´) telmas at bornova.ege.edu.tr
__)W(__ tayfunelmas at yahoo.com
Ege Üniversitesi
Bilgisayar Mühendisligi
35100 Bornova - IZMIR
####################################
__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - Let the expert host your site
http://webhosting.yahoo.com
More information about the Opensource
mailing list