Home | Contact | Bookmark Trusted Choice | Sitemap

Top Rated Articles

An ofline mobile sales force automation with CRM and BI back end




i am developing my graduation project which is an online mobile sales force
automation with CRM and BI back end
i have some problems
first problem is time :( i should finish that as soon as possible
now technial problems
first i want to decide what techniq u shuld use for developing the database
for the application considring that it should be synchronized to a SQL
Server database
second i need some help in synchornization
i have though of using XML file on the handheld device and synchronize by
sending the xml file as tcp packets and reconstruct it in the PC
but i faced problem is that i can't send TCP packets through the dock
station and i can't afford to buy a network interface
now i am stuck in deciding how my database should be in the handheld and how
should i synchronize it
plz if anyone can help me fast also if any codes or resouerces are available
thanks in advacen
SQL Server CE merge replication or Remote Data Access(RDA) will do this for
you through an Active Sync connection to a SQL Server via IIS.

The scenario may look like this: Pocket PC -> Active Sync -> Desktop with
network or Internet connection - > HTTP -> IIS Server - > SQL Server

Follow the links below for more information on SQL Server CE. In
particular, pay attention to RDA and merge replication topics in the SQL
Server CE books online.

Other Articles