Results 1 to 2 of 2

Thread: [RESOLVED] Passing data from asp.net to a vb.net desktop app

  1. #1

    Thread Starter
    Hyperactive Member Rocketdawg's Avatar
    Join Date
    Feb 2003
    Location
    Back in the doghouse
    Posts
    294

    Resolved [RESOLVED] Passing data from asp.net to a vb.net desktop app

    Hi

    I'm trying to figure out how this scenerio is accomplished:

    How would a vb.net desktop app query and get a result set from the web app?


    I'm developing an asp.net application for my company (where its deployed is TBD). Every day I need to pass totals from the asp.net app to Quickbooks.

    I was thinking I could write a little vb.net program (front end for Access with linked tbls to Quickbooks). That program would request totals from the web and update the appropriate tables.


    Thanks

  2. #2
    Code Monkey wild_bill's Avatar
    Join Date
    Mar 2005
    Location
    Montana
    Posts
    2,993

    Re: [RESOLVED] Passing data from asp.net to a vb.net desktop app

    Wouldn't it make more sense if your web application stored all necessary data in a database, that could then be queried by your windows application?

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