- 博客(2)
- 资源 (2)
- 收藏
- 关注
原创 数据集的筛选和排序
using System;using System.Collections.Generic;using System.Text;using System.Data;using System.Data.SqlClient;namespace PopDataSet...{ class Program ...{ static void Main(string[] ar
2008-04-23 20:01:00
588
原创 ADO.NET for SqlServer初学
string connString = @"server = (local)/SQLEXPRESS; Initial Catalog=Northwind; user id = sa; password = 12345;"; string sql = @"select * from employees";SqlConnectionl SqlConnection conn = new S
2008-04-23 19:56:00
475
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅