G
Guest
Hi, friends,
I need to call a function of SQL Server 2000. I tried to use
DataSet.SelectCommand by passing a stored procedure command, and then fill
the dataset. This works fine with store procedures that return record sets.
But failed this time. What is correct way to do this? Thanks a lot
I need to call a function of SQL Server 2000. I tried to use
DataSet.SelectCommand by passing a stored procedure command, and then fill
the dataset. This works fine with store procedures that return record sets.
But failed this time. What is correct way to do this? Thanks a lot