Hi-
I need to be able to query a Lawson table, joined to a table in a separate non-Lawson database and output the data to a file.
With SQL DTS / SSIS this is pretty easy, and is basically a JOIN query using store number in this case. The results are already in rows, so I just output the query results to a file.
Has anyone done anything like this with PFI?
A simplified example would be:
Query Lawson EMPLOYEE table for Emp# and Name, JOIN to a separate SQL server and database on Emp# and query CurrentStatus
Is this possible?
Thanks!
Thanks John! I will give that a try...
Manley