Server app

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John

    #1

    Server app

    Hi

    I need to be write a vb.net app which is callable from ms access to pass
    info from access to the vb.net app. How do I accomplish this?

    Thanks

    Regards


  • Cor Ligthert

    #2
    Re: Server app

    John,

    Your program is calling a program from Access.
    When it was Calling from VBNet than you could have used the process.

    Therefore the place to ask this is in my opinion a MS access newsgroup.

    You have to start your VBNet program by the way with a class with Sub
    Main(parametera rray) .

    I hope this helps,

    Cor


    Comment

    Working...