Hi,
I have searched these forums and havent found anything that quite answers my questions. here's the deal:
Im using Visual Basic 2005 .NET Express Edition. I want to create an online database that my windows application links to.
The purpose of my application is for different clans of gaming communities to be able to find other clans so that they can organise 'scrims' (practice matches). The front end of this application has a form with a set of text boxes. One set is for creating a scrim and the other is for finding a scrim.
So basically, a person fills in the boxes and uploads their scrim details onto the database. While another person fills in the other boxes and the database is searched with their entries. After this, below the textboxes, the search results are displayed in a table form.
Sorry for the long explanation but i had to describe it well so ppl would know what i was trying to do.
My first question is: is this possible
second q: If so, what will I need and what is the best way to do it
I have thought of mySQL and xml but dont know which one would be the most suitable.
Thanks in advance!