in reply to Resources for building database *server* interface

Why go through all that trouble when you could just build a SOAP / XML-RPC server that handles business-level requests and passes them onto the correct database?

Being right, does not endow the right to be rude; politeness costs nothing.
Being unknowing, is not the same as being stupid.
Expressing a contrary opinion, whether to the individual or the group, is more often a sign of deeper thought than of cantankerous belligerence.
Do not mistake your goals as the only goals; your opinion as the only opinion; your confidence as correctness. Saying you know better is not the same as explaining you know better.

  • Comment on Re: Resources for building database *server* interface

Replies are listed 'Best First'.
Re^2: Resources for building database *server* interface
by etcshadow (Priest) on Nov 12, 2004 at 20:13 UTC
    Let me try to explain it like this (maybe?) a little better... this is what I want to be able to do (in ASCII art):
    ???? DBI DBD /---------\ [] /---------\ [] [] <===> dbX |3rd party| ODBC [] |perl DB | [] [] |software | <========> [] |multiplex| [] [] <===> dbY \---------/ [] |logic | [] [] [] \---------/ [] [] <===> dbZ ^^^^^^^^^^^^^^^^^^^^^^ ^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ no real control over ^^ already exists, basically ^^ ^^ This is the part that I'm trying to get a handle around / maybe get some help with
    ------------ :Wq Not an editor command: Wq