Microsoft
Software
Hardware
Network
Question : Datareader.Read() does not pull the required rows
Hello,
I think i have a fairly simple problem, I have a stored procedure which returns me 1 row.
It takes in two parameters .
But before I select the row , I have to get additional values from a different table to be used for the actual select.
So the stored proc is ike this..
Declare @test varchar, @test1 int
Select @test = tbl1.column1,
@test2 = tbl1.column2
from testtable where column3 = @inputParameter
//**@inputParameter is a stored proc parameter**//
The actual select is here
Select * from table2 where colum1 = @test
and column2 = @test1
In the .net application when I use Datareader.Read() I dont get anything because of the first select statement.
"Select @test = tbl1.column1,
@test2 = tbl1.column2
from testtable where column3 = @inputParameter"
If I remove the above statement it works fine...
Is there a work around for this ? I cant do a join on these two tables in question because they are totally unrelated.
Thanks,
Ashwin
Answer : Datareader.Read() does not pull the required rows
i think i was concerned that i router mode, vpn services might be disabled. if not, then i would agree that this would be the preferrable mode.
Posted via EE Mobile
Random Solutions
find and replace characters within a feild or cell
trying to write an if/else statement can someone clean this up..doesnt work...
Sending multi lines email by Linux sendemail script
Journaling for Exchange 2003
Reusing a C++ object on a new call to a "main" method.
Need to lock down SMTP traffic - Urgent!
NETWARE 5.1 - HOW TO RUN MULTIPLE FRAME TYPES
Activate Spanning Tree on 3Com 4500G
New user setup in exchange 2007
Firebird : to get data types of all fields in user tables