Re: [tcljava-dev] Jacl and JDBC
Brought to you by:
mdejong
From: Bas S. <ba...@sc...> - 2002-02-06 15:26:01
|
> But then I noticed that TclJava gives you everything at hand, > what you need to use JDBC in Tcl. No need for an extra interface. > You can access all and everything of JDBC almost as easy as from > inside Java. I hope the following lines will be a proof of this. Makes sense. What is generaly a higher performance method, doing it all in Java and adding your own commands to the interpreter, or using ::java::* calls? For what I am working on, I have a pool of interpreters in a servlet, so every milliseconds counts. Cheers, Bas. |