Closed git-goblin closed 10 years ago
Currently an issue with the ComboBox ammend page with both logic and design. Certain columns will have more values than others and since 1 values is being inserted per row, it will makes things very messy. To counter this, a separate table will be created for each ComboBox and the code segment will be added to addRecord.cs and editForm.cs
Attempting to resolve the issue with a new form, has returned this error:
Although pulling records from a different DB with multiple tables, it is now displaying all the values together for each table in each DVG:
When attempting to add value for the ComboBox DB system it returns with error:
Likely to be caused by the INSERT INTO statement possibly due to the prepared statements.