database - can I access a remote mysql server/db from a stored procedure? -
is possible connect remote instance of mysql server stored procedure using sql statements, select , insert access?
ideally, (pseudo-code):
connect remotedb@remotehost select field1 remotedb.table1 ...
i guess can develop user-defined function in c/c++ odbc. i'd prefer native syntax if possible, though. thanks!
yes. using federated tables feature.
Comments
Post a Comment