Koozali.org: home of the SME Server

ODBC Data Source Mining

Dan Williams

ODBC Data Source Mining
« on: January 07, 2003, 10:47:35 PM »
Hi,
In the past I have set up ODBC data source to an AS400.
I then would use MS Foxpro, or SQL server  to mine data from those sources.
What is the preferred/acceptable replacement for those two applications in the Linux world?
I have a small project coming up, that does not have a pressing deadline that I would like to try this with.
Would need the ability, once the query was run, to export in a CSV, or other acceptable format. As well, is there an Linux alternative to Crystal Reports?
Dan Williams

Arkman

Re: ODBC Data Source Mining
« Reply #1 on: January 07, 2003, 11:54:43 PM »
Might need a little more info, but some food for thought....

I have begun using Mysql for all my small/medium database projects. There are hundreds of handy php/perl/etc.. programs that can act as query frontends and help with data export and movement. You can also easily connect Access (and probably Excel although I have never done so) to Mysql via ODBC and use it as your 'frontend'. Many, many, possibilities...

Dan Williams

Re: ODBC Data Source Mining
« Reply #2 on: January 08, 2003, 12:20:51 AM »
Hi,
I downloaded MySQL 3.23  from http://www.mysql.com/downloads/mysql-3.23.html and installed it on a Windows PC.
I could not figure out how to select an other database in it? Maybe I have downloaded the wrong thing?
Dan

Arkman

Re: ODBC Data Source Mining
« Reply #3 on: January 08, 2003, 01:23:47 AM »
Me bad... I read that initial post backwards! I thought that you wanted to replace the backend with a linux solution, not the frontend.

gavin

Re: ODBC Data Source Mining
« Reply #4 on: January 08, 2003, 02:07:11 AM »
You may like to look at the ADODB php tools as they are designed to move data from source to target databases, Try google and enter adodb and php as search criteria.

Looks like it would be helpful to you.

Regards,
Gavin