You call
adapter=new DatabaseAdapter( this, R.layout.listrow, listResults);
instead of
adapter=new ArrayAdapter<String>( this,android.R.layout.simple_list_item_1,results);
That error must be a syntax error, or try Menu > project > CLEAN
If you can't get your implementation to work please start again with the orject class's I sent you as these are nice an clean and working!





