Skip to main content

Home/ City of Mankato .NET/ Group items tagged sql

Rss Feed Group items tagged

anonymous

2005 SQL Reporting Service XML Data Source (WebService) - 0 views

  •  
    The solution to the query problems!
anonymous

GRC | Security Now! | Featuring episode #98 - 0 views

  •  
    See 85, 86 and 87. 88 is a feedback show as well.
Matthew Potocnik

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
  •  
    using stored procedures that return a value
Matthew Potocnik

Integrating DB2 Universal Database for iSeries with Microsoft ADO .NET - 0 views

  •  
    HTML version of the iseries ado.net redbook.
1 - 18 of 18
Showing 20 items per page