Results 1 to 3 of 3

Thread: C# MySql

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date: Jan:2011
    Location: Sofia
    Posts: 3

    C# MySql

    , c#, PHP & MySql. / C# MySql . PHP : mysql_fetch_assoc/array() . 1 . !

  2. #2
    Registered User
    Join Date: Feb:2006
    Location: Plovdiv
    Posts: 392
    :
    Code:
    /// <summary>
    		/// Overloaded. Gets the value of a column in its native format.
    		/// In C#, this property is the indexer for the MySqlDataReader class.
    		/// </summary>
    		public override object this[int i]
    		{
    			get { return GetValue(i); }
    		}
    
    		/// <summary>
    		/// Gets the value of a column in its native format.
    		///	[C#] In C#, this property is the indexer for the MySqlDataReader class.
    		/// </summary>
    		public override object this[String name]
    		{
    			// Look up the ordinal and return 
    			// the value at that position.
    			get { return this[GetOrdinal(name)]; }
    		}

  3. #3
    Registered User
    Join Date: Jan:2011
    Location: Sofia
    Posts: 3
    . !

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Copyright © 1999-2011 . .
iskamPC.com | mobility.BG | Bloody's Techblog | | 3D Vision Blog |