第 1 章:本版本的最新资讯 第 2 章:关于 Siebel Communication Server 什么是 Siebel Communication Server? 17 将 Communication Server 用于其它 Siebel 模块 18 Communication Server 和 Siebel CTI 18 Communication Server 和 Siebel Email Response 18 Communication Server 和 Siebel 统一队列
《中文版SQL Server 2000开发与管理应用实例》 本书全面系统地介绍了SQL Server开发和管理的应用技术,涉及安装和配置SQL Server、日期处理、字符处理、排序规则、编号处理、数据统计与汇总、分页处理、树形数据处理、数据导入与导出、作业、数据备份与还原、用户定义数据类型、数据库安全、系统表应用实例、SQL Server应用疑难解答等内容。本书不但融合了作者在使用SQL Server 2000过程中遇到的各种常见问题和应用案例,还总结了作者几年来在CSDN 社区SQL Se
代码如下: using System; using System.Data; using System.Data.SqlClient; public class Helper { public static void Main() { //连接字符串 string strcon = “server = .;database = blog;uid = sa;pwd = 1”; SqlHelper helper = new SqlHelper(strcon); //表employee中有neme(v