2009/8/18 shane <semmon...@gmail.com>:
>
> I am trying to use the JDBC-ODBC with the following code:
>
> (use '[clojure.contrib.sql])
>
> (def db {:classname "sun.jdbc.odbc.JdbcOdbcDriver"
>         :subprotocol "odbc"
>         :subname "jdbc:odbc:D2D1"
[...]
> I use this dsn (D2P1) in a number of other programs/languages with no
> problem. Can anyone spot something wrong?

I hesitate to mention this, since it might just be a typo in your
message, but you have "D2D1" in the connection string and not "D2P1"
as you say you are using successfully elsewhere.

-- 
Michael Wood <esiot...@gmail.com>

--~--~---------~--~----~------------~-------~--~----~
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