This is a migrated thread and some comments may be shown as answers.

Oracle Stored Procedure Example

1 Answer 73 Views
Development (API, general questions)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
DMC Helpdesk
Top achievements
Rank 1
DMC Helpdesk asked on 17 Jun 2010, 09:27 AM
Hi,

I am using the visual designer to model my business entities, and my backend is oracle.The stored procedures are added in the designer code behind automatically and I can see them when I access the db context, but they are always parameterless.For instance i have a test stored procedure called HelloWorld that takes 1 parameter of type varchar, but the intellisense shows 'HelloWorld()'  without parameters.

I would like to see an example of calling an oracle stored procedure/function that was added to the visual designer.


Thanks

1 Answer, 1 is accepted

Sort by
0
Damyan Bogoev
Telerik team
answered on 21 Jun 2010, 07:35 PM
Hello DMC Helpdesk,

This seems to be an issue in the stored procedure parameter names handling. When the length of the parameter name is equal to one, the parameter is omitted. Please specify parameters which names are longer than one symbol to workaround this problem. We are already working on the fix, please excuse us for the inconvenience caused.

You may find useful our code library example for stored procedures, although it uses the old reverse mapping approach, the usage of stored procedures is similar.

Regards,
Damyan Bogoev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Development (API, general questions)
Asked by
DMC Helpdesk
Top achievements
Rank 1
Answers by
Damyan Bogoev
Telerik team
Share this question
or