Skip to main content

Home/ City of Mankato .NET/ Group items tagged ado.net

Rss Feed Group items tagged

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.
Matthew Potocnik

HOW TO: Persist a DataSet as XML Using Visual C# .NET - 123aspx.com ASP.NET Resource Di... - 0 views

  •  
    use a dataset to write xml
1 - 4 of 4
Showing 20 items per page