from pda to oracle DB

i'm passing data from hp PDA that using microsoft application to oracle DB. what supposed script/codes that i can use to solve that.


Answer this question

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

    data in my PDA is stored in excel. when i email it to my server, i try to make it uploaded into oracle DB automatically or manually. the basic is, data in my PDA's excel,i want to transfer it into oracle DB. can you help me

  • from pda to oracle DB