[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: MySQL/ODBC?
From: |
Dirk Eddelbuettel |
Subject: |
Re: MySQL/ODBC? |
Date: |
Thu, 03 May 2001 17:03:15 -0500 |
> Do similar libraries exist for Octave? Or, what approaches do people use
> to accomplish this goal (wrapping it in a C or PHP/PERL application?)
I wrote two really simple ".oct" functions to query PostgreSQL. This was helped
by the fact that PostgreSQL has a nice and simple C++ API. The functions are
still at
http://eddelbuettel.com/dirk/code/octave-pg.html
Other than that, I have used Octave .m files calling Perl scripts to query the
db,
massage the output and then read the file back into Octave.
That being said, I now prefer GNU R (http://www.r-project.org) with its RODBC
package for data analysis.
Hope this helps, Dirk
--
According to the latest figures, 43% of all signatures are totally worthless.
-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.octave.org
How to fund new projects: http://www.octave.org/funding.html
Subscription information: http://www.octave.org/archive.html
-------------------------------------------------------------
- MySQL/ODBC?, Seth Northrop, 2001/05/03
- Re: MySQL/ODBC?,
Dirk Eddelbuettel <=