|
hi..i got this problem...now recordset contains noting (cant display in the website)even though my database got the records..why is it that my recordset could not be display..example :
mg = rs("MeanScore")
moveavg= mg + moveavg
|
|
|
do you have a text field in the table? If so, put it last in the query, otherwise there is a bug somewhere which stops it from displaying.
|
|
|
but all the tables in my database is in text file
|
|
|
|
|
|
|
|