Viewing 12 posts - 271 through 282 (of 282 total)
If i pass 1,2,3,4,5 from text file to OLE DB Command and result of the same to another text file it is returning same 1,2,3,4,5 it not executing the SP...
February 15, 2012 at 10:31 pm
You don't need an OLE DB Destination, but an OLE DB Command.
This article explains a bit how to set it up with a stored procedure:
February 15, 2012 at 10:09 pm
Hi Have you tried before i couldn't able to connect it. :w00t:
can anyone guide me on step by step basis.
Thanks
February 15, 2012 at 3:06 am
Koen Verbeeck (2/15/2012)
The OLE DB Command will have a...
February 15, 2012 at 2:16 am
Hi,
But how to pass each and every value one by one basis.
February 15, 2012 at 2:13 am
The thing is like this
I am having a text file which is having around 100 records with 2 columns
say Empid, mgrid
1...
February 15, 2012 at 12:02 am
Yes i tried but same result.:w00t:
January 30, 2012 at 9:03 pm
Hi,
I am not using two systems only one system is been used.i tried to install all the .net fram work related to 2005 though it is not working for me...
January 24, 2012 at 8:44 pm
latitiacasta (1/10/2012)
Sean: if you are talking about function then its not possible in my case.i want through query only
Declare @Temp table (Rid int identity,String varchar(25))
declare @string varchar(100)
declare @Input int...
January 10, 2012 at 10:17 pm
tfifield (12/21/2011)
December 21, 2011 at 9:08 pm
Hi,
What information you need?
where did you need me to explain?.
i have given conditions i think you where not able to read my post correctly.Other peoples who have read...
December 21, 2011 at 4:57 am
Hi any one got the solution :w00t: still i am unable to get.
December 20, 2011 at 8:29 pm
Viewing 12 posts - 271 through 282 (of 282 total)