DatabaseLink is a toolkit for working with SQL databases built into Mathematica.

learn more… | top users | synonyms

1
vote
1answer
137 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 ...
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 ...
2
votes
0answers
133 views

Microsoft SQL DatabaseLink connection using Windows Authentication from Mac

We know that Mathematic doesn't natively support Windows Authentication connect. But as we can see in this post, the problem can be easily solved when your Mathematica is in Windows version (I have ...
1
vote
0answers
72 views

What is SQLQueries?

Does anyone know what SQLQueries does and what arguments should be supplied? I hoped that it returns names of views in a database, but it apparently does not.
1
vote
0answers
147 views

Data wrangling messy data

This is an offshoot from my previous question about dealing with large datasets in Mathematica. I think it might provide more value to more people as a separate question. I'd like to know how people ...