Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle Express and external procedures?
On Fri, 04 Nov 2005 04:54:18 -0800, tachoknight_at_gmail.com wrote:
> external procedures being defined as writing a function in
> C++ that looks like a pl/sql function?
External procedures can be written in C, not C++, because of the name mangling which is different from compiler to compiler. It's still better then having them written in C#.
-- http://www.mgogala.comReceived on Mon Nov 07 2005 - 01:04:28 CST
![]() |
![]() |