Are there any suitable alternative database languages for Linux?
I have made programs in a database language. However, foxbase does not run on Linux. I would like to create a program which seems like it would best be written in a database language.
I am aware that Perl has such capabilities although I do not know how they are implemented. And to do it in Perl, I would need to learn a lot more than I know presently.
---- Msg sent via CWNet - http://www.cwnet.com/
Things like foxbase, don't tend to fit the UNIX way. There may be something, but you are far more likely to find that the best way is to combine Berkley DB, MySQL, PSQL, or some other database with the language of your choice. PHP, Perl, and Python all have good database hooks. I am sure that there are others that will do as well.
--
"Yeah, but we're making great time!" -- In reply to "Hey Yogi, I think we're lost."
--Yogi Bera
--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
