i am trying to give the stored procedure and three parameters i am not able to reterview the columns if i click the columns no columns returned for the sql command.
i am using sql server 2008 r2 and visual studio 2008 version 9.0.30729 and dot net framework version 3.5 sp1
please find the below error if any one have idea please let me know.
TITLE: Microsoft Visual Studio
------------------------------
The component reported the following warnings:
Error at Data Flow Task 1 [OLE DB Source [76]]: No column information was returned by the SQL command.
Choose OK if you want to continue with the operation.
Choose Cancel if you want to stop the operation.
------------------------------
BUTTONS:
OK
Cancel
------------------------------
passing stored procedure and parameter in oledb source component using sql command in Data access mode
exec dbo.GS_Get_Extractruns
@STARTDATE = ?,
@ENDDATE= ?,
@CLIENTID=?
↧