Software Development Network>> Smart Device>> from pda to oracle DB
Are you using any database on your PDA What kind of data you need to pass
Typically you develop mobile app with SQL Server and use SQL Server's synchronization features to sync mobile database with your server db.
Oracle's mobile dB is Oracle 10g Lite with sync capabilities with server dB. You may want to read about their documentation.
Manav
This question was answered in desktop forum:
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=292798&SiteID=1
Since all processing is done on a server, this is off topic here, please post further questions to desktop forum.
Closing as off topic.
from pda to oracle DB
tswaters
Are you using any database on your PDA What kind of data you need to pass
Typically you develop mobile app with SQL Server and use SQL Server's synchronization features to sync mobile database with your server db.
Oracle's mobile dB is Oracle 10g Lite with sync capabilities with server dB. You may want to read about their documentation.
Manav
John Gossman - MSFT
This question was answered in desktop forum:
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=292798&SiteID=1
Since all processing is done on a server, this is off topic here, please post further questions to desktop forum.
Closing as off topic.
Sasky02