PDA

View Full Version : experience?


dcgau
07-14-02, 23:00
I am trying to connect data (that is organized in an excel spread sheet) and connect it to a database. I want to do it in such a way that will allow me to search different quarrys (ie; temperature, frequency..ect). I am not familiar with databases and I don't where to start. If anyone has any suggestions that would be great!!
Thank you.

SnowPanther
07-17-02, 19:56
Export data from Excel (save as... CSV format), then create a MySQL database (MySQL is free), create a table, make some changes and import that ASCII .CSV file via PHPMyAdmin (very easy to install).

Then you can use Perl, PHP, etc. to pull data from the MySQL database.

IGelin
07-23-02, 15:52
You may consider also MS Access (best bet) or FoxPro.

WingMan
08-20-02, 05:51
I've had loads of hassel in the past trying to upgrade FoxPro databases to newer versions of FoxPro. This may just have been unlucky for me but it has made me wonder about foxPro for long term storage :confused:

IGelin
08-20-02, 11:33
Visual FoxPro is pretty good as a long storage "efficiency" solution.