Results 1 to 15 of 15

Thread: Mobile Application

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    398

    Mobile Application

    hi guyz.. im developing a Mobile Point of Sale system.. The concept is im using VB 2008 as my Back End and a mobile device (PDA) as my front end.. System flow like this.. what i want to do is i will pass my database records from my back end which is SQL 2000 to the PDA database then the PDA will process the data after the processing the data from PDA database will be transfer again to my back end database..

    Code:
    Desktop Application upload to PDA -- Process in PDA -- Download to Desktop APplication1
    ________
    Free Themes
    Last edited by rothj0hn; Feb 15th, 2011 at 01:48 PM.

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    398

    Re: Mobile Application

    please give me ideas and technique on how to do this..
    ________
    Vapolution
    Last edited by rothj0hn; Feb 15th, 2011 at 01:48 PM.

  3. #3
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: Mobile Application

    Is there a question here?
    My usual boring signature: Nothing

  4. #4
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Mobile Application

    Thread moved to '.NET > Mobile Development' forum

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    398

    Re: Mobile Application

    i forgot to include my question.. sorry for that.. i just want to know how to do this.. right now im using text files to pass data from one database to another.. is there any other way?
    ________
    Marijuana vaporizer
    Last edited by rothj0hn; Feb 15th, 2011 at 01:48 PM.

  6. #6
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: Mobile Application

    Ah, you crossed me up.

    How will the PDA interface with the base station? Will you be putting it in a cradle using ActiveSynch? If so, I have done something like this using TCP, but it was for 2003, and much has changed since then. Another alternative, that has only become available relatively recently, is to use WCF. I'm not certain that WCF is available in the mobile CF, but if it is, it would be a relatively versatile solution. The BackEnd would expose a Web Service (I think even the name has changed from Web Service, but that's a good starting point) that you would then discover when using Add Service Reference in the mobile project. Of course, that depends on WCF being available to the CF. That WCF route would also work with TCP, as WCF is just a wrapper for a variety of different communication protocols.
    My usual boring signature: Nothing

  7. #7

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    398

    Re: Mobile Application

    the PDA will be synchronized directly to the desktop computer. im not planning to use any web server..
    ________
    Jaguar xj220
    Last edited by rothj0hn; Feb 15th, 2011 at 01:49 PM.

  8. #8
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    Re: Mobile Application

    Hi,
    sounds ideal for Replication as we have been discussing at length in another thread.

    There is a 'step-by-step' article here and an article I wrote on the device side here

    Replication can be awkward to set up - but pays dividends in its ease of use when set up correctly.
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  9. #9

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    398

    Re: Mobile Application

    does replication works in sql server 2000?
    ________
    Cesare Fiorio
    Last edited by rothj0hn; Feb 15th, 2011 at 01:49 PM.

  10. #10
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    Re: Mobile Application

    Yep - it just doesn't work as a publisher in the express versions
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  11. #11

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    398

    Re: Mobile Application

    is there other way without using HTTP connection?
    ________
    VAPOLUTION VAPORIZER
    Last edited by rothj0hn; Feb 15th, 2011 at 01:49 PM.

  12. #12
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    Re: Mobile Application

    That is the way replication (and RDA) works - using IIS server
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  13. #13

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    398

    Re: Mobile Application

    so if i dont use IIS i wont also be able to use sql replication? my problem is that what im developing is PDA application and Gateway (connection to my PDA and Desktop) only.. I cant change or modify the desktop application..

    the process is the desktop just give me text files and then my gateway process this text files and insert it to a SDF. thats on the upload process..
    ________
    Ford Strike Of 1945
    Last edited by rothj0hn; Feb 15th, 2011 at 01:50 PM.

  14. #14
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    Re: Mobile Application

    So if you can't change the way the application works, why ask the questions?
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  15. #15

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    398

    Re: Mobile Application

    i just want to know if i can make something on my gateway or pda without modifying my back end.. thanks for the replies..
    ________
    TOYOTA VANGUARD SPECIFICATIONS
    Last edited by rothj0hn; Feb 15th, 2011 at 01:50 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width