Answered
Broken Recordset
Broken Recordset:
I have created a Form with a table that includes 15 textfields and a recordset that polls data based on a login page. I have mapped specific fields from the database to return the data under the textfields that are labeled First Name, Last Name, ID, and 13 other informational fields. The login page only asks the users for their First Name, Last Name and an ID which corresponds to the recrdset I have created. When a user logs in only 6 of the fields are populated by the recordset and the rest are blank when their is data in all fields in the database. Now here is the strange thing..If i copy the recordset and rename it and then map another field or two that were not populating from the original recordset, that field or two now shows up. So I can get all fields to populate by creating multiple recordsets, I have created up to SEVEN duplicate Recordsets to get all the info to populate.
This is a big issue as this is a View page and the recordset paging can only be linked to ONE recordset so only some of my data shows when users page/scroll through the records.
It almost sounds like a memory buffer issue in Dreamweaver Recordset code.
Has anyone experienced this issue and is there a resolution?
I have created a Form with a table that includes 15 textfields and a recordset that polls data based on a login page. I have mapped specific fields from the database to return the data under the textfields that are labeled First Name, Last Name, ID, and 13 other informational fields. The login page only asks the users for their First Name, Last Name and an ID which corresponds to the recrdset I have created. When a user logs in only 6 of the fields are populated by the recordset and the rest are blank when their is data in all fields in the database. Now here is the strange thing..If i copy the recordset and rename it and then map another field or two that were not populating from the original recordset, that field or two now shows up. So I can get all fields to populate by creating multiple recordsets, I have created up to SEVEN duplicate Recordsets to get all the info to populate.
This is a big issue as this is a View page and the recordset paging can only be linked to ONE recordset so only some of my data shows when users page/scroll through the records.
It almost sounds like a memory buffer issue in Dreamweaver Recordset code.
Has anyone experienced this issue and is there a resolution?
