How to design an online ordering system with VB

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tashafrancis
    New Member
    • Oct 2007
    • 1

    How to design an online ordering system with VB

    HI

    Just trying to create a make-believe online ordering system using VB, but I'm slightly confused on how to do so.

    I have heard that I can add a web browser and know how to do this but apparently I need to link a database etc to the application. Is this even possible in VB or do I need to use php or something similar?

    This is all new to me, someone please help!

    tasha
    Last edited by Killer42; Oct 17 '07, 10:17 PM.
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Kindly specify what you have done so far.

    Comment

    • jamesd0142
      Contributor
      • Sep 2007
      • 471

      #3
      Originally posted by tashafrancis
      HI

      Just trying to create a make believe online ordering system using vb, but im slightly coinfused on how to do so.

      i have heard that i can add a web browser and know how to do this but apparently i need to link a database etc to the application, is this even possible in vb or do i need to use php or something similar??

      this is all new to me, someone please help!

      tasha
      Yes it is possible to link adatabase to a vb application.

      the easiest way is to use the 'add new data source' option under "data" or this can be done with code.

      Attempt to create this yourself and post questions when you hit WALLS :)

      Comment

      • Killer42
        Recognized Expert Expert
        • Oct 2006
        • 8429

        #4
        A lot will depend on what version of VB you're using.

        Also, I think ASP or ASP.Net might be what you need, if you're talking about writing software to run on the web.

        Comment

        Working...