Trying to figure out if it is even remotely possible to use Linked Server feature on SQL server to use with LF Forms or Workflows for Database queries.
Here are few different things I have attempted but am having no luck grabbing data from either a MySQL or MSSQL linked server with Forms and Workflow.
Setup :
SQL 2008 R2[Source SQL server] with 2 Linked Servers, one is MySQL and other is separate[second] MSSQL server. Created separate Views and SP's within the Database that is used as source on the Source SQL Server that are basic select statements to query data from the 2 Linked Servers.
Both the View and SP's can be parsed properly within the Source SQL server, so there is data flow (no security/permission etc. etc issues).
Now when I attempt to use these "views" or the "SP's" created on the source SQL server on LF Forms or Workflow to do fetch data, it fails.
If i modify these Sp's or even teh Views to query tables on the Source SQL server instead of using linked servers, the Forms and Workflows have no issue at all fetching data.
So my question is can LF fetch data from views or procedures created that are querying a "linked server" !!
Why am I attempting this ? Trying to figure out a way to Fetch data from MySQL server and use it for LF Forms, since LF forms does not support anything other than SQL and Oracle.