Webservice Studio
SQL Server Reporting Services - 0 views
Updating AS/400 Linked Server Tables from SQL Server - 0 views
Stored Procedures and other queries with parameter - Using ADO.NET with SQL Server - De... - 0 views
-
// add a new parameter, we need to get the name right this time! SqlParameter sqlParam = com.Parameters.Add("@Identity", SqlDbType.Int); // set the direction flag so that it will be filled with the return value myParm.Direction = ParameterDirection.Output;
-
com.Parameters["@Identity"].Value will contain the value that was set in the stored procedure
Reporting Services Tutorials - 0 views
The OUPUT Command - 0 views
Microsoft SQL Server: Reporting Services - 0 views
SQL Server 2005 Reporting Services - 0 views
SQL Server 2005 - Reporting Services - 0 views
SQL Server Reporting Services - 0 views
1 - 12 of 12
Showing 20▼ items per page