Tagged Questions
4
votes
2answers
314 views
Trying to extract information from an MDB file. Import is too slow
I am running a Linux box and as usual the documentation for this type of box is not great.
I am trying to open up and extract and possibly include later on information from a "mdb" file. The file ...
0
votes
1answer
125 views
What format to use to store expressions in database?
I am storing lists of expressions into a MySQL database. Each list is of form
{_String, {_String, _Real}, _Real}
What data format should each column of the ...