Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. VB Webservice for WinCE project

VB Webservice for WinCE project

Scheduled Pinned Locked Moved Visual Basic
databasecsharpwcfsysadmin
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    gengel
    wrote on last edited by
    #1

    Good day, Not sure if should rather be under ASP or embedded, but I am doing the development in vb.net. I can't quite figure out how to proceed with this problem. just need someone to point me in the right direction. I have a VB (VB 2008 Express) windows form app that connects up to a SQL express DB . Everything works fine there. I created a datalayer class and a business layer class. The datalayer handels all database connection functions and the business layer handles search functions that returns datarows and several other lookup and update functions. Now I want a Windows CE symbol bar code scanner (vb.net 2003 compact framework 1. Framework 2 to big for device memory) to connect up to the vb app. Eg.: I have a function in the business layer class that checks for duplicate numbers scanned. I want the CD device to scan the number and then feed it to the function in the business layer. But I think it might not work if I create the business object on the device. I need business class to reside on the server. ASP? Web service? As I say not sure where to go from here. It also seems that VB .net Express cannot create web services and ASP websites. you need Visual Web developer 2008 express edition for that. Not sure how to link the two. I would appreciate any advice. Thanks

    _ 1 Reply Last reply
    0
    • G gengel

      Good day, Not sure if should rather be under ASP or embedded, but I am doing the development in vb.net. I can't quite figure out how to proceed with this problem. just need someone to point me in the right direction. I have a VB (VB 2008 Express) windows form app that connects up to a SQL express DB . Everything works fine there. I created a datalayer class and a business layer class. The datalayer handels all database connection functions and the business layer handles search functions that returns datarows and several other lookup and update functions. Now I want a Windows CE symbol bar code scanner (vb.net 2003 compact framework 1. Framework 2 to big for device memory) to connect up to the vb app. Eg.: I have a function in the business layer class that checks for duplicate numbers scanned. I want the CD device to scan the number and then feed it to the function in the business layer. But I think it might not work if I create the business object on the device. I need business class to reside on the server. ASP? Web service? As I say not sure where to go from here. It also seems that VB .net Express cannot create web services and ASP websites. you need Visual Web developer 2008 express edition for that. Not sure how to link the two. I would appreciate any advice. Thanks

      _ Offline
      _ Offline
      _Damian S_
      wrote on last edited by
      #2

      Yes, you need to create a Webservice and deploy it to an IIS webserver. The webserver needs to be able to see your SQL database. The webservice can use the same business and datalayer classes if you wish.

      I don't have ADHD, I have ADOS... Attention Deficit oooh SHINY!! If you need a laugh, check out my Vodafone World of Difference application | If you like cars, check out the Booger Mobile blog | If you feel generous - make a donation to Camp Quality!!

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups