摘要: // See at the end what you need in SQL Server!using System;using System.Data;using System.Data.SqlClient;using System.Collections.Generic;using Microsoft.SqlServer.Server;class TVPdemo { // Connection string. Change to fit to your environment. private const string connstr = "Applicatio... 阅读全文
posted @ 2012-05-17 11:09 下里巴人or知己 阅读(522) 评论(0) 推荐(0) 编辑