How can I retrieve a table from stored procedure to a datatable?
I created a stored procedure so as to return me a table.
I created a stored procedure so as to return me a table.
I have a trigger for insert/update/delete. That is working fine. Also, I need the client’s IP address from where the changes are made. That I need in T-SQL, that means, not in any web form but in the SQL/T-SQL while my trigger will get fired.
I am currently reading Manning’s “ASP.NET MVC 4 in Action” book and trying to get the first example to work.
I having the following error message:
I have a application in asp.net 3.5 and Database is Sql server 2005.
My ASP.NET v3.5 web application is throwing the following exception when it attempts to open a connection to a SQL Server 2008 database:
I have an Image stored in my SQL Server database stored with my User data which I retrieve all at once.
I have the following XML data in a SQL table column:
I’m currently doing some GUI testing on a ASP.net 2.0 application.
The RDBMS is SQL Server 2005. The host is Win Server 2003 / IIS 6.0.
I have an ASP.NET 4.0 application within which I need to forward the authentication to the database.
For the purposes of this request for assistance, lets call the web server “app1” and the database server “sql1”.