Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
harshal_in
Aged Yak Warrior
633 Posts |
Posted - 2003-06-10 : 05:58:04
|
| hi,Can we call an non activex dll from a stored procedure?regards,Harshal.The Judgement of the Judge is as good as the Judge. |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2003-06-10 : 07:54:45
|
| You can use an extended stored procedure to use code in any DLL, BUT...the DLL has to be written as an extended procedure. There are several API calls and header information needed to establish the ODS interface required by SQL Server. Books Online has more information, and MSDN has examples and documentation of how to set up code for it. |
 |
|
|
harshal_in
Aged Yak Warrior
633 Posts |
Posted - 2003-06-10 : 08:27:43
|
quote: You can use an extended stored procedure to use code in any DLL, BUT...the DLL has to be written as an extended procedure. There are several API calls and header information needed to establish the ODS interface required by SQL Server. Books Online has more information, and MSDN has examples and documentation of how to set up code for it.
Thanks I'll try that out.The Judgement of the Judge is as good as the Judge. |
 |
|
|
|
|
|