开发者

SQL Server and Oracle Extended/External Procedures Compatibility

开发者 https://www.devze.com 2023-01-03 22:17 出处:网络
Is a extended/external store开发者_运维百科d procedure written in C and currently working under SQL Server viable to work under Oracle as well?A C library is a C library, so your DLL ought to work as

Is a extended/external store开发者_运维百科d procedure written in C and currently working under SQL Server viable to work under Oracle as well?


A C library is a C library, so your DLL ought to work as well in Oracle as SQL Server. The difference is in the syntax for coding the wrappers. The Oracle documentation covers this. Find out more.

0

精彩评论

暂无评论...
验证码 换一张
取 消