any ways to connect for MySQL to connect to TELNET?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • poolboi
    New Member
    • Jan 2008
    • 170

    any ways to connect for MySQL to connect to TELNET?

    hi all,

    i need to connect a sal database to a proprietary database
    however the proprietary database does not support SQL statments which means i can't use statements like "INNER JOIN" to connect 2 database togethe

    one of the way to communicate with the proprietary database is to use TELNET
    however for a start, is there a way MySQL can be connected to a TELNET and then from TELNET we communicate to the proprietary database
    so the chain of communication is as such

    MySQL -> TELNET -> proprietary database
  • poolboi
    New Member
    • Jan 2008
    • 170

    #2
    any ideas yet?

    hm..i need to clarify that for my case
    users log into a SQLserver and query certains field from a table, upon quering the tables, it will invoke TELNET and TELNET will then call another server of a database and extract info from the database and return back the results to my present SQL database

    anyone got experiences or recommendations such problems or design before?

    Comment

    Working...