Some dynamic fields are blank? (ASP)
I'm new to Dreamweaver and I am composing a fairly straightforward set of pages that search, insert, display and report on a table in SQL express database. Everything was going OK until I got to the 'report' bit. What I have is a page where a number is entered (the unique reference number for the table record) and this number is used to filter the recordset for one specific record. All fields of this recordset are then displayed in a table form, ready for printing. There are around 30 fields which need to be displayed.
I got the recordset filter working fine and I populated the table cells with the recordset fields (merely dragged each one from the bindings form into the cell that was appropriate). On testing this I found that around half of the fields displayed exactly as I would expect but roughly half of the fields were blank. I thought this was odd so I double checked my SQL table to make sure there was data in the field. The data was fine and no different (in variable type and length etc) to some of the fields that were displaying correctly. So I removed the fields and re-added them (thinking it was 'just one of those things') but the problem persisted. So I took the drastic action of creating a second page with a table and entering the same fields on it. Same problem with the same fields. So I swapped the position of one of the problem fields with a working field. The problem followed the field so it's not a table cell problem.
Now I'm just baffled. Please trust me that there is proper data in this field (which I can see clearly when do a recordset filter test on Dreamweaver).
I would be really grateful if anyone has any ideas that I could try.
Thanks.