Hey.
I would like to ask for help regarding SQL server. I have developed a client-side application to run on my clients' agents machines. They will use this software to add items to a cart and print an invoice, in addition to the program eMailing my client to notify him of a sale. Now the problem is at the moment the Products my clients' agents add to their shopping cart (using my software) are stored locally in a .txt file (CSV). Meaning if my client wants to higher/lower the price of one of his products, he has to email all his agents and tell them to higher/lower the cost in the CSV file. To fix this my client would like ONE SQL database on his server to which my software would connect and download the info into a list view (or something of the like). I have very limited knowlege in SQL and would simply like to ask if anyone could possibly point me in the right direction as to how I might go about creating such an application???
Thank you