开发者

SQL Server and Oracle Extended/External Procedures Compatibility

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜