ASP.net returning value from sql proc in an if statement
i have a login box on my form with a submit button , on submit im passing the value through to sql to return a simply yes or no.
i have a login box on my form with a submit button , on submit im passing the value through to sql to return a simply yes or no.
A mini employee accounts system, I have two tables, the employees_salaries table and the allowance table, each one has a column of employee_id To connect them.
I Have Table Named Employees_Attendance
I am trying to get the content a table with a dynamic SQL stored procedure called from the database context object (using Entity Framework 6.1.1), in order to populate a GridView control. I fail to retrieve the data.
I have stored procedure that insanely times out every single time it’s called from the web application.
I’m able to delete, insert and update in my program and I try to do an insert by calling a created stored procedure from my database.
Beginner here:
I want to return virtual table from stored procedure and I want to use it in dataset in c# .net. My procedure is a little complex and can’t find how to return a table and set it in a dataset
I’m new to working with stored procedures. We have an existing system which uses stored procedures that check usernames and url paths. The Stored procedure will check whether user details exist. If it exists it returns 1 if not it returns 0. I am trying to write asp.net code to call this stored procedure by … Read more
I need to return through Web Api a Base64 XML output based upon calling a stored procedures which runs 5 different queries.