I'm wanting to write a webservice which will get data from my Visual Basic application and add it to my MySQL DB.
Where is the best place to start with this...
are you familiar with xml? that would probably be a good interface to use for the data ex-/import. is the VB app your own application? if so, you should be able to write to mysql straight from there.
Yeah I can't link because it's going to be a remote SQL db. I've used XML before but not sure where to start my code on this one... any ideas?