IW1QLH
Ham radio ed altro ancora...
Home arrow Articles
Thursday, 20 November 2008
Main Menu
Home
Project - Software
Projects - Hardware
Articles
Meteo italia
Il mio lavoro
Links
SSTV Web Ring
Contatti
Cerca
Libri
Log book
Download
Forum
HRD Label Download
Last stable version
Development release
Latest files
Sep.25
68
FileTable Manager 3.0 alpha
Jul.11
442
FileHRD Label 2.0
Jul.11
420
FileTable Manager 2.5.14
Jun.27
96
FileMeteosat & Italian Weather Module 3.2.0 - Drupal 6.x
Jun.27
29
FileMeteosat & Italian Weather Module 3.2.0 - Drupal 5.x
Most Downloaded
Jul.13
2778
File iconTable Manager 1.0.3-exp
May.09
2182
File iconTable Manager 1 in 14 step
May.09
2014
File iconDigital hit counter 1.0
Jun.21
1452
File iconTable manager 2 - Formatting fields
May.18
1376
File iconTable Manager mambot/plugin 1.0.0
Read from a table in a database PDF Print E-mail
ASPX.CS C# - How to read from a table in a database


SqlConnection conn = new SqlConnection("...");
conn.Open();

SqlCommand cmd = conn.CreateCommand();
cmd.CommandText = "SELECT Description, Position FROM TableName";

SqlDataReader dr = cmd.ExecuteReader();

while (dr.Read())
{
   Desc = Convert.ToString(dr["Description"]);
   Pos = Convert.ToDouble(dr["Position"]);

   ...
}

dr.Close();
conn.Close()


Comments

Only registered users can write comments.
Please login or register.

Powered by AkoComment 2.0.3!


Last Updated ( Friday, 27 October 2006 )
< Prev   Next >
Login Form
Username

Password

Remember me
Forgotten your password?
No account yet? Create one
TopHost

Tophost Hosting

 
Advertisement
Copyright 2000 - 2005 Miro International Pty Ltd. All rights reserved.
Mambo is Free Software released under the GNU/GPL License.
Design by Mamboteam.com | Powered by Mambobanner.de