![]() |
Sergey Kornilov admin 11/24/2021 |
Your question is incomplete |
M
|
Mansour author 11/25/2021 |
Sorry it is happend by mistake i need help in calling stored procedure, how it can using stored procedure in asprunner.net if A = 1 then salary = w + g +h * 10 i need to read w, g, h from data base and the result show in text field on screen and store in database. any body can help me please. |
![]() |
Sergey Kornilov admin 11/25/2021 |
Check Calling stored procedures article in ASPRunner.NET manual. |
M
|
Mansour author 11/25/2021 |
Thank you for quick response but this is for PHP not ASP i have table test with A,bc,d,x,y fields my stored procuder CREATE PROCEDURE [dbo].[test_proc] SELECT a,b, a + b AS X from test when i make project the feild show in the list page is as query in below picture
and result same the query does not same to stored procedure also i dont know where i have to put stored procedure |