Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Parameter in Post-SQL

Status
Not open for further replies.

JDAEMS

Programmer
Aug 27, 2003
84
BE
Hi,

is it possible to have a parameter in the POST-SQL?

e.g.: this post sql looks like this:
insert into tblWorker(ID) where NAME = 'Jeff'

Could you make the following out of it:
insert into tblWorker(ID) where NAME = $WorkerName

and then have this defined in the parameter file?
 
No.
Neither in post or pre. The only place where you can combine parameters is within an SQL override in source qualifier. Look in designer guide in chapter mappings.

Ties Blom

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top