Results 1 to 3 of 3
Thread: C# MySql
Hybrid View
-
18th June 2011 19:17 #1Registered User
Join Date: Jan:2011
Location: Sofia
Posts: 3
C# MySql
, c#, PHP & MySql. / C# MySql . PHP : mysql_fetch_assoc/array() . 1 . !
-
19th June 2011 00:02 #2Registered 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)]; } }
-
19th June 2011 10:01 #3Registered User
Join Date: Jan:2011
Location: Sofia
Posts: 3
. !




Reply With Quote
Lenovo ThinkPad 15 IdeaPad 15
5th May 2023, 22:16 in