Doesn't this line of your example run as test? user=> (ns jay.test (:require [clojure.contrib.sql :as sql])) ========= The other code I listed was code to run as a clojure program , not as leiningen, which you said was missing lines of code after the (ns
I apologize for my lack of understanding, but I feel I must be able to access databases or I can't use clojure On Dec 28, 12:58 am, Sean Corfield <[email protected]> wrote: > Sorry, I have no idea what you mean... > > > > > > > > On Tue, Dec 27, 2011 at 9:56 PM, jayvandal <[email protected]> wrote: > > I have tried the example you provided and it works except I don't see > > any file printout of the records when I run not as test but without > > test. Is test going to show any data? Can I ask for a record count? > > why doesn't the sql jar show for every example that is in the > > internet? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
