Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Marcio_Campestrini
Specialist
Specialist

Call a stored procedure from qvw

Hi everybody

I have a requirement: user wants to insert some values via stored procedure during the use of the application. I realized how to call the procedure, but I don't know how to execute the script, instead of reloading all the application. I've tried to create a second application only for call the procedure, but I'm unable to pass the values I needed form one application to another.

Somebody can help me with this?

Márcio Rodrigo Campestrini
1 Solution
4 Replies
Not applicable

Perhaps in the 1st app you could create a macro that stores those values to file. The second app can read from this file during reload.

Clever_Anjos
Employee
Employee

The best way in my humble opinion is encapsulate your procedure inside a WebService.

There´s some extensions here into the Community that enable calling a webservice on-the-fly

Marcio_Campestrini
Specialist
Specialist
Author

Hi Clever,

Can you point me to one of this extensions?

Márcio Rodrigo Campestrini