tags:

views:

50

answers:

1

Greetings Gurus... Is there a way to interface with a remote mysql db from within an Exist database stored xquery?

I am working on a stack that uses php as the main programming language, and xqueries are either stored on exist or they are passed along to the exist server using the php javabridge. Currently, what I have to do is construct my xqueries and my sql queries separately, store the results in working memory, and use php to process the data.

I just wonder if it is possible to query mysql directly from Exist.

Thanks in advance.