Jump to content
Xtreme .Net Talk

duffbeermmm

Members
  • Posts

    3
  • Joined

  • Last visited

1 Follower

duffbeermmm's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I have more or less written one now just have a few bugs to fix.. What I need is a server application that sits and listens on a certain port for files being sent to it. It only accepts xml files and then these xml files will then interact with a database after being modified with with some SQL for example. A lot of different applications will be interacting with the database so instead of writing code to apply SQL to different languages e.g. ASP, VB, C++ code is simply written to apply the SQL to the XML which saves a lot coding!!!!:D :D
  2. I am trying to implement an XML listener that listens for an XML file and performs a certain task. Does anyone know any good sites or information on where I should begin? have little experience with internet programming in vb.
×
×
  • Create New...