Stored procedure

QuestionsStored procedure
Lars asked 11 years ago

Hello

Is this supported?

$g-select_command = "CALL get_project_list($c_id);";

I used a complex dataset and my stored procedure work on temporary tables that is deleted at the end of the procedure.

BR Lars

1 Answers
Abu Ghufran answered 11 years ago

Hi,

Currently not supported. The SQL query is used with LIMIT (pagination part) and WHER (filter part) clauses, which does not seems to be doable with procedure call.

You can fill array with the data returned from SP, and load grid with that array. (refer e.g. demos/loading/load-array)

Your Answer

11 + 17 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?