CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2000
    Location
    NY, USA
    Posts
    632

    What kind of project?

    I'm working on a project (VB6) which is going to send faxes from user
    workstations via MS Shared Fax printer on the server.
    I need to update a table in MS SQL Server database located on another
    server.
    What kind of program you would suggest me to use for that update? I know
    nothing about writing services and I do not know if I need to use service
    for update records in db.
    Maybe it can be just a regular EXE running on the server and listening MS
    Fax?

    Some ideas please.

    Vlad

  2. #2
    Join Date
    Aug 2000
    Location
    NY, USA
    Posts
    632

    Re: What kind of project?

    Writing Windows Service in VB.NET is so easy. I decided to go that way.

    Thank you
    Vlad

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

Featured