Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi,
I have ms access database tablw which have records 60,000 when I am loding into qvw it is sloading only 12,000 records. can anyone please suggest why there is less count of records loading.
Thanks.
 
					
				
		
 alexandros17
		
			alexandros17
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		There must be an unrecognized character that stop the loading ...
 
					
				
		
How can I know this?
 ashfaq_haseeb
		
			ashfaq_haseeb
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi, try by adding flag to your load script.
load
F1,
F2,
1 as Flag,
F3;
from <AccessDB>.
Hope it helped.
Regards
ASHFAQ
 
					
				
		
Thanks. tried still loading 12,000
 
					
				
		
 ngulliver
		
			ngulliver
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Do you get an error message or does it simply stop ?
Were you able to identify the last record that was read in successfully?
 
					
				
		
it is showing ODBC read failed when I am loading all columns in the table to qvd
 ashfaq_haseeb
		
			ashfaq_haseeb
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Try by connecting OLEDB connection.
Did you enabled document log?
what does log says?
Regards
ASHFAQ
 
					
				
		
 
					
				
		
please see attached.
