
Hi, There are 3: http://dev.monetdb.org/downloads/Java/Oct2014-SP4 Which one should I use? Vic

Hi Vic,
You need the monetdb-jdbc-2.15.jar file, because that is the actual JDBC
driver.
The jdbcclient.jar file is a simple JDBC client and
the monetdb-mcl-1.11.jar is most likely a lower-level communication library.
If you use Maven in your project you can also find a maven'ized version of
the JDBC driver JAR at https://clojars.org/monetdb/monetdb-jdbc.
Best of luck!
Best regards,
Dennis
On Sun, Jul 26, 2015 at 7:51 PM, Vic
Hi, There are 3: http://dev.monetdb.org/downloads/Java/Oct2014-SP4
Which one should I use? Vic _______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list

Hi Vic, that largely depends on which one you want / want you want to get/do: monetdb-jdbc-2.15.jar is the MonetDB JDBC v4 driver for the Java 2 Platform 1.6 and 1.7. jdbcclient.jar is a convenience jar of JDBC plus the JdbcClient utility. monetdb-mcl-1.11.jar is the MonetDB Communication Library For more documentation, see also, e.g., https://www.monetdb.org/Documentation/Guide/Installation https://www.monetdb.org/Documentation/Manuals/SQLreference/Programming/JDBC Best, Stefan ----- On Jul 26, 2015, at 7:51 PM, Vic vic@apakau.com wrote:
Hi, There are 3: http://dev.monetdb.org/downloads/Java/Oct2014-SP4
Which one should I use? Vic _______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
-- | Stefan.Manegold@CWI.nl | DB Architectures (DA) | | www.CWI.nl/~manegold/ | Science Park 123 (L321) | | +31 (0)20 592-4212 | 1098 XG Amsterdam (NL) |

Thx. A bit confusing. I'll just try the fist one, as that is the only one I understand what it is. Don't know a JDBCClient or Comm Lib and can't see much documentation, but 'standard' jdbc/SQL I know. I'd prefer native as I'd guess that be best supported/documented. We already use Monet w/ C++, it works well. Cheers, Vic On 7/26/15 12:23 PM, Stefan Manegold wrote:
Hi Vic,
that largely depends on which one you want / want you want to get/do:
monetdb-jdbc-2.15.jar is the MonetDB JDBC v4 driver for the Java 2 Platform 1.6 and 1.7. jdbcclient.jar is a convenience jar of JDBC plus the JdbcClient utility. monetdb-mcl-1.11.jar is the MonetDB Communication Library
For more documentation, see also, e.g., https://www.monetdb.org/Documentation/Guide/Installation https://www.monetdb.org/Documentation/Manuals/SQLreference/Programming/JDBC
Best, Stefan
----- On Jul 26, 2015, at 7:51 PM, Vic vic@apakau.com wrote:
Hi, There are 3: http://dev.monetdb.org/downloads/Java/Oct2014-SP4
Which one should I use? Vic _______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
participants (3)
-
Dennis Pallett
-
Stefan Manegold
-
Vic