K
krause73
I am trying to run a query that accesses two different databases on
the same SQL server. Is this possible in InfoPath? The query is so
simple in Query Analyzer, but I'm not sure how to get it to work
within the confines of InfoPath.
Select t1.Field1, t2.Field1
Is this possible? If so, please explain how?
the same SQL server. Is this possible in InfoPath? The query is so
simple in Query Analyzer, but I'm not sure how to get it to work
within the confines of InfoPath.
Select t1.Field1, t2.Field1
Left Join db2..Table2 As t2 On t2.tableID = t1.tableIDFrom db1..Table1 As t1
Is this possible? If so, please explain how?