使用ado访问sql server数据库的实验报告
1,主界面
2查询功能
‘
privatevoidchaxun_Click(objectsender,System.EventArgse)
{
SqlConnectionthisConnection=newSqlConnection("DataSource=LocalHost;IntegratedSecurity=SSPI;InitialCatalog=李梦然07060021");
//表示到SQLServer的一个实例的连接
SqlCommandthisCommand=newSqlComman
下载地址
用户评论
写得不够详细