摘 要
本文介紹了在.NET2005平臺上,通過Pocket PC模擬器,在PC機(jī)上模擬手機(jī)短信息的發(fā)送和接收過程。系統(tǒng)使用SQL Server CE和SQL Server 2000數(shù)據(jù)庫來存儲數(shù)據(jù),同時利用ADO.NET數(shù)據(jù)庫訪問技術(shù)和使用VB.NET編程語言。在對遠(yuǎn)程數(shù)據(jù)庫進(jìn)行訪問時使用了RDA的技術(shù)。
系統(tǒng)通過引用 System.Data.SqlServerCe組件在Pocket PC 2003模擬器上創(chuàng)建本地SQL Server CE數(shù)據(jù)庫AccessMsg.sdf和表MsgInfo,該表具有保存用戶ID和信息的功能。通過在Pocket PC寫入數(shù)據(jù),能夠保存在本地SQL Server CE數(shù)據(jù)庫中。通過RDA同步技術(shù)中的PULL和PUSH兩個操作將數(shù)據(jù)保存到在遠(yuǎn)程數(shù)據(jù)庫中。該系統(tǒng)能較清晰的展示智能手機(jī)短信息通信原理因此達(dá)到設(shè)計的目的。
關(guān)鍵詞 : 智能手機(jī) ;SQL Server CE ;ADO.NET
The design and implementation of chatting program based on mobile platform
Abstract
The papers introduced the .NET2005 platform, Pocket PC simulator on the PC simulation of the cellular phone short message sending and receiving process. The system uses SQL Server CE and SQL Server 2000 database to store data the meanwhile using ADO.NET database access technology VB.NET programming languages .In the Remote Database visit the RDA to use the technology.
The system components by reference System.Data.SqlServerCe had to created Local SQL Server CE database AccessMsg.sdf and table MsgInfo in the Pocket PC 2003 Simulator .The table preservation user ID and information functions .The Pocket PC through the written data can be stored in local SQL Server CE databases and RDA synchronization through the use of technology for the PULL and PUSH operation saved data to the remote database .The system can display clearer cell phone short message communication principle therefore achieve the purpose of the design .