I need some help.
set = {0, 0};
Print[set];
Needs["DatabaseLink`"];
JDBCDrivers["MySQL(Connector/J)"]
conn = OpenSQLConnection[
JDBC["MySQL(Connector/J)", "localhost:3306/test"],
"Username" -> "root", "Password" -> "root"]
SQLExecute[conn, "INSERT INTO numbers VALUES ([set]) "]
I don't know know how to escape [set] in the insert statement
In the database the field type is text
1) ", set] – user5356 Jan 10 '13 at 21:141,2)", {5, 2.1}] it's my first time using mathematica – user5356 Jan 10 '13 at 21:24