Answer» Hello How do I CREAT an SQL function (of any kind) with any native language? for example C or VB. I need to know for both SQL SERVER and ORACLE. THANKS DavidAre you saying you WANT to know how to write SQL? or how to pass the SQL?
SQL Server and Oracle, use SOMEWHAT different SQL syntax. Oracle is more in line with the SQL Standard.
I guess I haven't explained myself too well.. I know SQL and I work both with SQL SERVER and ORACLE. What I want to know is: CREATE FUNCTION will create a function. I want to write a SQL function that includes any native language code to make a more sofisticated SQL functions). I'm sure that there is a way to do this but after SEARCHING some books and the net I have'nt found the answer. Thanks
|