B
BGO.UGent
If have created this function for SQL Server 2005 Express, and want to
call it from C#.
Function is called in SQL as :
SELECT pkstock, fkStock, dbo.fGetStockPositionByName('0.5') from
tblStock where pkStock = '6'
compleet sql script included.
How must I build this code for passing the variables en retrieving the data.
Is this simular to a Stored Proc?
call it from C#.
Function is called in SQL as :
SELECT pkstock, fkStock, dbo.fGetStockPositionByName('0.5') from
tblStock where pkStock = '6'
compleet sql script included.
How must I build this code for passing the variables en retrieving the data.
Is this simular to a Stored Proc?