Stored procedure as data source

QuestionsStored procedure as data source
Piotr Dusiński asked 5 years ago

Hello,

Please tell me is it possible to use stored procedure for update and delete? and like source for select? it should also support search parameters from grid.

After this job stored procedure will return return value, base on it I want to display message on page.

When some goes wrong changes should me rollback and return will -100.

Is it possible?

Thank you

1 Answers
Abu Ghufran Staff answered 5 years ago

Stored procedures support for update and delete operations are supported.

However for select operation and stored procedures with parameters are not supported.

For select operation, it is a requirement of grid to use SQL query and we internally construct where clauses for that query based on filtered parameters.

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

15 + 5 =

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?