Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
jsobrinho
Creator
Creator

exec store procedure form sql server Qlikview

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'

Labels (3)
1 Solution

Accepted Solutions
jsobrinho
Creator
Creator
Author

HI thank you so much, but my problem was access. 

Thank you

View solution in original post

2 Replies
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
Creator
Creator
Author

HI thank you so much, but my problem was access. 

Thank you