cursor = database.cursor("select * from videos where videos .numonhand > 0 order by title"); while(cursor.next()) { }
Videos on Hand
Title Synopsis
write(cursor.title); write(cursor.synopsis);

Home