On Fri, Nov 9, 2012 at 3:17 PM, larry google groups
<lawrencecloj...@gmail.com> wrote:
> http://clojure.github.com/java.jdbc/doc/clojure/java/jdbc/UsingSQL.html
>
> I will read over that page. I have no experience with Java, which would
> probably help as there seem to be an abundance of Java examples on related
> topics.

There's no Java at all on that page (hence my puzzlement).

> but I am assuming I would get terrible performance if I use with-connection,
> since I need to make several queries.

Get it working first, then worry about performance (and all you'll
need to do is add the connection pooling stuff as indicated in the
java.jdbc docs and use (db-connection) instead of plain db in your
with-connection calls).

I think you're over-thinking things and I'd be happy to try to help
you off-list if you want - send me an email and we'll figure out
screen sharing or something so I can walk you thru it and get you up
and running.
-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to