creating an asp page that deals with an SQL database. when i try to display all records in table x, not all show up. so "select * from x" does not work within the asp but it does work if i use SQL.
also, if i deal with the database directly, i have to "commit;" after each statement or table x reverts back to its original state after i log off.