Presentation is loading. Please wait.

Presentation is loading. Please wait.

MBL355 用.NET精简版2.0和SQL Server 2005打造强力智能客户端

Similar presentations


Presentation on theme: "MBL355 用.NET精简版2.0和SQL Server 2005打造强力智能客户端"— Presentation transcript:

1 MBL355 用.NET精简版2.0和SQL Server 2005打造强力智能客户端
2018年12月8日4时27分 MBL355 用.NET精简版2.0和SQL Server 2005打造强力智能客户端 徐晓卓 Windows Mobile MVP 萌微科技有限公司 © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

2

3 议程 SQL Server Mobile Edition的演进 直接访问数据 连接和数据传输 SQL Server 2005 同步
2018年12月8日4时27分 议程 SQL Server Mobile Edition的演进 直接访问数据 连接和数据传输 SQL Server 2005 同步 © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

4 SQL Server Mobile Edition
2018年12月8日4时27分 SQL Server Mobile Edition © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

5 SQL Server Mobile Edition
2018年12月8日4时27分 SQL Server Mobile Edition Windows Mobile 下的关系数据库系统 符合 ANSI 92 SQL 规范 丰富的功能 精简的安装 (< 2 MB) 一致的编程接口 (OLEDB, ADO) 可扩展性和可调整性 安全 外部数据同步 (RDA, Merge) 创建企业级的 Windows Mobile 离线数据解决方案 © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

6 SQL Mobile 的演进 主要的新功能 多用户支持 增强的查询处理 能从多个程序同时访问同一数据库 更优化
2018年12月8日4时27分 SQL Mobile 的演进 主要的新功能 多用户支持 能从多个程序同时访问同一数据库 增强的查询处理 更优化 © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

7 SQL Mobile 的演进 桌面支持 SQL Mobile 桌面支持 通过SQL Server 2005 管理界面创建
2018年12月8日4时27分 SQL Mobile 的演进 桌面支持 SQL Mobile 桌面支持 通过SQL Server 2005 管理界面创建 通过SQL Server 2005 管理界面管理 © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

8 SQL Mobile 的演进 Smartphone
2018年12月8日4时27分 SQL Mobile 的演进 Smartphone Smartphone 现在支持 SQL Mobile 支持全部功能 创建,查询,事务处理… 数据绑定 DataGrid © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

9 议程 SQL Server Mobile Edition的演进 直接访问数据 连接和数据传输 SQL Server 2005 同步
2018年12月8日4时27分 议程 SQL Server Mobile Edition的演进 直接访问数据 连接和数据传输 SQL Server 2005 同步 © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

10 直接数据访问 SqlCeResultset Dataset XML SQL Mobile 中的可更新滚动游标
2018年12月8日4时27分 直接数据访问 SqlCeResultset SQL Mobile 中的可更新滚动游标 Dataset 增强同.NET Framework完整版的交互 XML XML 序列化 XPath 支持 XML Schema © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

11 SqlCeResultSet 提供对SQL Server Mobile Edition 数据库的直接连接 支持向前和向后滚动 支持更新
2018年12月8日4时27分 SqlCeResultSet 提供对SQL Server Mobile Edition 数据库的直接连接 支持向前和向后滚动 支持更新 支持数据绑定 © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

12 DataSet 新特性 DataSet.Copy 方法 DataSet.GetChanges 方法 DataSet.Merge 方法
2018年12月8日4时27分 DataSet 新特性 DataSet.Copy 方法 DataSet.GetChanges 方法 DataSet.Merge 方法 © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

13 XML 序列化 库类支持序列化/反序列化 序列化控制 XmlSerializer 引擎 Serialize 方法将类转化为 XML
2018年12月8日4时27分 XML 序列化 库类支持序列化/反序列化 XmlSerializer 引擎 Serialize 方法将类转化为 XML Deserialize 重建类实例 序列化控制 类必须具有缺省构造函数 Attributes 控制细节 XmlElement XmlAttribute © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

14 XPath XmlDocument 已经开始支持 XPath 方法 对 XPath 查询的支持 大大简化了 XML 处理过程
2018年12月8日4时27分 XPath XmlDocument 已经开始支持 XPath 对 XPath 查询的支持 大大简化了 XML 处理过程 方法 SelectSingleNode 返回单个节点 SelectNodes 返回节点列表 © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

15 代码 2018年12月8日4时27分 © 2005 Microsoft Corporation. All rights reserved.
This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

16 议程 SQL Server Mobile Edition的演进 直接访问数据 连接和数据传输 SQL Server 2005 同步
2018年12月8日4时27分 议程 SQL Server Mobile Edition的演进 直接访问数据 连接和数据传输 SQL Server 2005 同步 © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

17 连接和数据传输 在连接时检测变化 MSMQ 现在您的应用可以在连接时检测到变化
2018年12月8日4时27分 连接和数据传输 在连接时检测变化 现在您的应用可以在连接时检测到变化 现在您的应用可以获知连接类型 (GPRS, Modem, ActiveSync…) MSMQ 可信赖的消息传递机制 自动处理连接事务 © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

18 SNAPI 通知 SystemState _gprsState; public Form1() {
2018年12月8日4时27分 SNAPI 通知 SystemState _gprsState; public Form1() { InitializeComponent(); _gprsState = new SystemState(SystemProperty.PhoneGprsCoverage); _gprsState.Changed += new ChangeEventHandler(_gprsState_Changed); } void _gprsState_Changed(object sender, ChangeEventArgs args) bool gprsCoverage = (bool)args.NewValue; if (gprsCoverage) StartDataTransfer(); else StopDataTransfer(); © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

19 MSMQ Microsoft Message Queue .NET CF 支持 可信赖的消息传递机制 消息将在队列中等待连接的建立
2018年12月8日4时27分 MSMQ Microsoft Message Queue .NET CF 支持 可信赖的消息传递机制 消息将在队列中等待连接的建立 可以等待消息到达或者选择通知模式 支持事务 © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

20 议程 SQL Server Mobile Edition的演进 直接访问数据 连接和数据传输 SQL Server 2005 同步
2018年12月8日4时27分 议程 SQL Server Mobile Edition的演进 直接访问数据 连接和数据传输 SQL Server 2005 同步 © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

21 SQL Server Mobile Edition
2018年12月8日4时27分 SQL Server Mobile Edition 增强的同步控制 多用户同步 进程通知 同一数据库的多重订阅 同步性能 (SQL Server 2005) 组分区 “只下载”表 © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

22 选择同步方式 XML Web services Remote Data Access (RDA) Merge replication
2018年12月8日4时27分 选择同步方式 XML Web services 由开发人员设计和控制全部流程 在没有 SQL Server 环境的唯一同步选择 Remote Data Access (RDA) 推模式 拉模式 Merge replication Publisher – subscriber 模型 高级跟踪和冲突处理 集中管理 © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

23 RDA 架构 Application SQL CE SQL Server HTTP OLE DB Server OLE DB
2018年12月8日4时27分 RDA 架构 Application HTTP SQL CE Server Agent SQL Server OLE DB Provider OLE DB SQL CE Client Agent OLE DB Internet Information Server (IIS) SQL CE Engine SQL Server Database Database © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

24 合并复制 提供 SQL Mobile 和 SQL Server 间的同步 SQL Mobile 从 SQL Server 接收快照
2018年12月8日4时27分 合并复制 提供 SQL Mobile 和 SQL Server 间的同步 SQL Server 作为发布者 SQL Mobile 作为订阅者 SQL Mobile 从 SQL Server 接收快照 SQL Mobile 和 SQL Server 均可修改数据 支持定义的冲突解决方案 © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

25 2018年12月8日4时27分 选择同步方案 © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

26 代码 2018年12月8日4时27分 © 2005 Microsoft Corporation. All rights reserved.
This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

27 小结 SQL Mobile 提供了丰富的客户端数据存储方案 新的 DataSet 特性提供了更强的 web service 同步支持
2018年12月8日4时27分 小结 SQL Mobile 提供了丰富的客户端数据存储方案 新的 DataSet 特性提供了更强的 web service 同步支持 SNAPI 提供了连接通知机制 MSMQ 自动管理连接 RDA 仍然在 SQL Server 同步中发挥巨大作用 SQL Server 2005 Mobile Edition 和 SQL Server 2005 紧密集成,提供了多种优化的复制方案 © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

28 开发示例下载 移动和嵌入式开发中心 联系讲师:xiaozhuo_xu@msn.com
移动和嵌入式开发中心

29


Download ppt "MBL355 用.NET精简版2.0和SQL Server 2005打造强力智能客户端"

Similar presentations


Ads by Google