MSSQL table - cannot display all of the data?
Hi
I'll try and explain this best I can, please bear wth me as I'm a newbie with SQL database's.
I have set up a test table on an MSSQL DB (called test) and most of the fields are 'text' type (with 5 'int' type and 2 'Date' types) , I'm trying to display all data in any order on a page using ASP VBSCRIPT.
The problem:
If I create a recordset using the SQL statement ' SELECT * FROM dbo.test ' and bind the data to the page, I can only display all of the records if they are listed on the page in the exact same order as the recordset.
If I move the bindings around on the page most of the data is missing.
Examples:
Bindings listed in same order as RS - http://www.fuerteventura.com/dbtest.asp
2 or 3 Bindings listed in different order as RS - http://www.fuerteventura.com/dbtestzz.asp
Can anyone give me any pointers so I can freely list the data in any order on the page?
Many thanks
Gary
