| Author |
Comment/Response |
centurion
|
01/23/12 11:18am
Hi!
Did someone know how i get rid of the "JDBC::error: Java heap space" error? I try to process a large DB.
------
Needs["DatabaseLink"]
JDBCDrivers["MySQL(Connector/J)"];
conn = OpenSQLConnection[JDBC["MySQL(Connector/J)", "localhost ...
orders = SQLExecute[conn, "SELECT ...
-----
JDBC::error: Java heap space >>
I am working on a MAC // Lion. Mathematica 8.0.1.0
Hope that there are some commands to put directly into mathematica. ?!?!
Thank you!
URL: , |
|