![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
I've built a simple ASP application that writes information submitted through a HTML form to an Access database. Each recordset consists of 16 fields. It all works fine, but I was interested in getting opinions on whether having a recordset that is 16 columns is too lengthy, and if so, what is the downside? I know that there are benefits to using multiple tables in a database, but wasn't sure if in this type of situation, it would really matter? My next step is to create a page that will retrieve the information from the database, display it on a page and enable the administrator to print out the records and or delete them. |
|
Also, I noticed when I was testing the app that the primary key (set to auto increment) will still increment to the next numerical value even when I delete the RS. So, for example I submit information and the database sets to 1 (primary key) for the first recordset. I'll delete the recordset in the database and then test again and the primary key is set to 2 even though there is only one RS in the table. Is there a way to get the database to set back to 1 when the RS's have been deleted out? Any input is appreciated. Thanks. |
![]() |
| Thread Tools | |
| Display Modes | |
| |