Originally posted by: RichMcFate
It sounds like you want to execute a query that returns multiple columns.
The first thing you need to do is create an .mdq file that points to the db and supplies the logon credentials.
You would reference that .mdq file in a map rule that uses the DBLOOKUP function to execute a dynamic query against the database.
Since DBLOOKUP always returns a single text item, you might have to pass that result to a RUN() map in order to parse and map the result.
My advice is to spend some time with the examples in <WTXInstall>/examples/adapters/<yourDBbrand>
Rich
#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender#DataExchange