Wrox Home  
Search P2P Archive for: Go

  Return to Index  

sql_language thread: Pass Parameters to a DTS?


Message #1 by "Fotopoulos, Lefteris" <LFot@e...> on Tue, 16 Oct 2001 10:41:08 +0300
Is it possible to run a parameterized DTS?
Say "Run DTS @searchstring"?

And then the DTS would execute SQL: 'select * from table where column like +
'''%' + @searchString +'%'''
to fetch data from remote server.
TIA,
Lefteris.
---------------------------
<?xml version="1.0" ?> 
<CONTACT>
   <NAME>Lefteris Fotopoulos</NAME> 
   <ADDRESS>19,7 L. Markopoulou, A5 Peania 19002</ADDRESS> 
   <E-MAIL>lfot@e...</E-MAIL> 
   <PHONE>+xxx xxxxxxx</PHONE> 
</CONTACT>
---------------------------

  Return to Index