Ok, Naive question.
I want to have each sql statement run "thread safe". I want to use connection pooling (ie Apache DBCP). I just can't find anything the explicitly says "Yes, it's thread".
I read this: "Note: SQLServerConnection is not thread safe. However, multiple statements that are created from a single connection can be processed simultaneously in concurrent threads." and it spooked me.
Can I get a yes/no, and ideally an example please?