Hi!

I'm using Java 1.4.1 and i think this means that i'm using JDBC 3.0.

1. is the SAPDB-driver doing connection-pooling in any way?
is there any mechanism integrated into JDBC 3.0 that would help me with that? or do i have to implement my own connection-pooling?

2. the cache-paramter seems very promising, how does this cache behave? which size does it reach? how does it the cache decide which statement should be kicked next if the cache is full?
can i somehow control if a statement is put into the cache?

3. the unicode-paramter irritates me. shouldn't this be used by default in combination with unicode-databases?
and happens if i use unicode=yes with a non-unicode database?
i guess "no" is default (default isn't mentioned there)


_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to