![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm wanting to interface programmatically with a # of relational databases like mysql. What would you guys recommend for being compaitable with the main line medium size databases as a common interface to them? |
#3
| |||
| |||
|
|
I'm wanting to interface programmatically with a # of relational databases like mysql. What would you guys recommend for being compaitable with the main line medium size databases as a common interface to them? |
#4
| |||
| |||
|
|
In article <icvod5$aiv$1 (AT) news (DOT) eternal-september.org>, Lennart Jonsson <erik.lennart.jonsson (AT) gmail (DOT) com> wrote: On 2010-11-29 05:13, Joe wrote: I'm wanting to interface programmatically with a # of relational databases like mysql. What would you guys recommend for being compaitable with the main line medium size databases as a common interface to them? I'm not sure I understand your question. Are you looking for something instead of sql, or something on top of sql? I don't think anything will replace sql for many years. On top of sql there are a number of frameworks, but these are dependent on your host language so it is a bit difficult to give any advise in this regard. /Lennart I think the OP wants to re-invent the wheel. Look at how Perl does a universal database access layer and all you need do is add a CPAN module to access a vendor's database. No module for your weird, one-off database? All the tools are there to write one, including the functions supported and expected by the universal database layer. One problem only. Its PERL. |
![]() |
| Thread Tools | |
| Display Modes | |
| |