Is this a valid command to know if an SQL resultset is empty?
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
As far as I know, nextrow moves to the next record, so my guess is that this if statement doesn't work as intended and that I might need to use an sql rowcount statement first.
			
			
			
				B4X:
			
		
		
		If Not(ResultSet1.NextRow) then ...As far as I know, nextrow moves to the next record, so my guess is that this if statement doesn't work as intended and that I might need to use an sql rowcount statement first.
 
				 
 
		 
 
		 
 
		 
 
		 
 
		