3
votes
2answers
41 views
How do i get the content of an out or inout blob parameter in embedded SQL?
Whats the best way to get the content of an out or inout blob parameter of a procedure in embedded sql? I wanted to use "EXEC SQL EXECUTE", but the problem is that i don't know the …
3
votes
2answers
102 views
Does parameter passing degrade stored procedure performance?
I've got a complicated calculation that involves several lines of my stored procedure. This is in several places throughout the stored procedure. So I'd like to encapsulate it, u …
4
votes
1answer
41 views
Product Suggestion: Please implement record variable type
I'd like to see records added to the stored procedure language of SQA. One of the biggest complaints from my developers when moving code from Oracle to SQLA is the lack of records …
4
votes
0answers
55 views
Product Suggestion: Please implement collections (arrays)
Another Oracle feature that I would like see added to is some sort of collections in the procedure language. The ability to have arrays at a minimum would be very beneficial. Ora …