Tagged Questions
2
votes
2answers
177 views
Working with a database
I just started to work with a database through Mathematica. I have a large data set. I use an .mx file to store my data. Now I have to store the data in a database, ...
2
votes
0answers
50 views
Can Mathematica use a MySQL ODBC connector?
I have a MySQL database that I connect to using Mathematica and would like to distribute my Mathematica code to others. We already have ODBC DSNs setup on peoples machines using the MySQL ODBC ...
1
vote
1answer
138 views
How can I connect database(MSSQL Server) with Mathematica?
Newly I started working with database(MSSQL Server 2012).
by google help, I created Table name as EmployeesList and also ...
4
votes
1answer
110 views
How can I write image to MySQL database?
I have a database, such as:
In Mathematica, the final code is:
img1=Export["/home/user/Desktop/1.jpg",resultimg1];
I tried ...