
October 10th, 2003, 11:56 PM
|
|
Registered User
|
|
Join Date: Oct 2003
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
truncated ADO record return
I managed to upsize my database from Access. Even have my ADO / ASP pages redirected and working -- almost. My last problem is...
I'm calling a recordset, and then displaying record contents in a table, looping through each individual record to output a number of table rows. My problem is that each row is only displaying a portion of the fields. My SQL SELECT statement calls all fields. I know the other fields have been retrieved, because if I change the table order, moving the first fields to the end and the last fields to the front, then I can see them - but those that I moved to the end of the line are now gone.
WHat's up with that?
|