Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
L

lrsoft2009

@lrsoft2009
About
Posts
7
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Customizing the CreatUserWizard Component
    L lrsoft2009

    Your question the idea of great

    ASP.NET database tutorial question lounge

  • Do we have a little nice. Net framework, such as: Castle, NHiBernate
    L lrsoft2009

    Why is no one to help me, because I was in China do? Or do not think my English is wrong about this?

    ASP.NET

  • string manipulation in c#
    L lrsoft2009

    Your question is very interesting Proposed to use " " handle a little better, you say?

    ASP.NET csharp help tutorial

  • Change Password controll probme
    L lrsoft2009

    http://msdn.microsoft.com/zh-cn/library/ms178340(VS.80).aspx[^] http://msdn.microsoft.com/en-us/library/ms178340(VS.80).aspx[^]

    ASP.NET sysadmin

  • Do we have a little nice. Net framework, such as: Castle, NHiBernate
    L lrsoft2009

    Do we have a little nice. Net framework, such as: Castle, NHiBernate If it is a better ORM Thanks ;)

    ASP.NET

  • problem with stored procedure
    L lrsoft2009

    SqlCommand sampleCMD = new SqlCommand("SampleProc", nwindConn); sampleCMD.CommandType = CommandType.StoredProcedure; SqlParameter sampParm = sampleCMD.Parameters.Add("RETURN_VALUE", SqlDbType.Int); sampParm.Direction = ParameterDirection.ReturnValue; sampParm = sampleCMD.Parameters.Add("@InputParm", SqlDbType.NVarChar, 12); sampParm.Value = "Sample Value"; sampParm = sampleCMD.Parameters.Add("@OutputParm", SqlDbType.NVarChar, 28); sampParm.Direction = ParameterDirection.Output; nwindConn.Open(); SqlDataReader sampReader = sampleCMD.ExecuteReader(); Console.WriteLine("{0}, {1}", sampReader.GetName(0), sampReader.GetName(1)); while (sampReader.Read()) { Console.WriteLine("{0}, {1}", sampReader.GetInt32(0), sampReader.GetString(1)); } sampReader.Close(); nwindConn.Close(); Console.WriteLine(" @OutputParm: {0}", sampleCMD.Parameters["@OutputParm"].Value); Console.WriteLine("RETURN_VALUE: {0}", sampleCMD.Parameters["RETURN_VALUE"].Value);

    C# help csharp database

  • problem with stored procedure
    L lrsoft2009

    CREATE PROCEDURE [dbo].[Proc_Scenario_GetMaxID] ( @MaxID int OUTPUT ) as if exists(SELECT [ID] FROM student) SELECT @MaxID = MAX(ID) FROM student else SET @MaxID=1 ---------------------------- Because '@MaxID' is OUTPUT So Your stored procedure... :) ---------------------------- Chinese programmers: 狼人软件

    C# help csharp database
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups