SQL:
[code=sql]
select * from test
update test set a=’b’ where a=’a’
delete from test;
[/code]
C#:
[code=c#]
protected void Page_Load(object sender, EventArgs e)
{
// Connect to the Database
MySqlConnection myConnection = new MySqlConnection(ConfigurationSettings.AppSettings[“SQLConnectionString”]);
string SQL_QUERY = “SELECT * FROM table”;
MySqlCommand myCommand = new MySqlCommand(SQL_QUERY, myConnection);
myConnection.Open();
rptRSS.DataSource = myCommand.ExecuteReader(CommandBehavior.CloseConnection);
rptRSS.DataBind();
myConnection.Close();
}
[/code]
HTML:
[code=html]
?
? | |
![]() |
![]() |
+ wELCOMe + IE 6.0 +
1024×768
***
***
***
[/code]
XML:
[code=xml]
-
-
-
-
-
-
-
-
-
-
-
-
-