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

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -