Save order data to local database
I am using C# to create a Windows form application. How do I create a local database table to save the data described below? Currently my data table consists of the columns of "inv_Id", "Item_Id" and "quantity". I know I need to create the columns to store each of the data items below, but I do not know how to structure the table. item={chair,table,pen, thumbdrive} Price={5,10,2,48} subtotal tax total I am new at C#. I did a search for this, and found things like e.g. https://www.youtube.com/watch?v=I5qvyyhUKfY The data is shown in a list box and looks like: Ordered Item:chair Price:$5.00