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
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
Comment