Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 jsobrinho
		
			jsobrinho
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi guys,
I am trying to exec the procedure by OLEDB connection in Qlikview. Its possible connect but doesn't return value of my store procedure, its missing something, any configuration?
temp:
LOAD *
SQL EXECUTE SP_Teste 'Param'
 jsobrinho
		
			jsobrinho
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 rubenmarin
		
			rubenmarin
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi, I think you need a semicolon to end load sentence, wich loads values of the next sentence
LOAD *;
SQL EXECUTE SP_Teste 'Param';
 jsobrinho
		
			jsobrinho
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		HI thank you so much, but my problem was access.
Thank you
