If we use external procedures, can I execute some code in other language, I want to use some numerical methods libraries to do some matrix computing and store the result in SQL, Oracle or whatever DBM
procedure questiontype; begin writeln (\'Enter the type of question you would like...\'); writeln (\'1. Add\');
I had a doubt I know that main difference between a function and procedure is The function compulsory returns a value where as a procedure may or may not returns value.
We are trying to figure out if we have memory leaks in our software. So, I have been using various tools and programs to help me find possible memory leaks. One of the software I used was AQTime. As i
Say I have this t开发者_开发百科able: id|name ------------- 1|john 2|steve 3|steve 4|john 5|steve I only want the rows that are unique compared to the previous row, these:
I want to get the value of an attribute of an Oracle object. This is my object: create type demo_obj as object( val1 number, val2 number, val3 number );
As need to display Records in grid view in (ASP.NET) web site. and for the same i am using Procedure to return Data to .net Net Framework.
Hi I am trying to write a function that will return an expression that is mutable and can be used as a procedure.
I am trying to make a stored开发者_StackOverflow社区 procedure using mySQL. This procedure will validate a username and a password. I\'m currently running mySQL5.0.32 so it should be possible to creat
Ok, So i know this questions has been asked. and everything i read has been \"well.. you can do it using dynamic DSL, but dont do it\" my question is why. I\'m still new at this so I\'m learning so be