I have a webform that contains a shopping cart. A datagrid is created on the fly as the user selects items. Once the user clicks a "complete" button, the items they selected should be dumped into a Access database.
I've had projects that pulled data into a table from a database, but never just added to a database when nothing existed initially. I'm clueless on how to do this.
I've had projects that pulled data into a table from a database, but never just added to a database when nothing existed initially. I'm clueless on how to do this.