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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Using Xtended stored procedure;

Author  Topic 

Hariarul
Posting Yak Master

160 Posts

Posted - 2005-12-06 : 01:24:58
Hi All,

I have a DLL Crypt.dll created with Delphi code. This DLL contains 2 functions Encrypt and Decrypt used for encrypting and decrypting the user passwords respectively. This works fine in the application level.

I need to call this DLL in a Extended Stored Procedure and use this in the backend for the same purpose mentioned above.

My questions are ,

1 . How do I create a Xtended stored procedure with the Crypt.dll
2 . How do I use the functions Encrypt and Decrypt inside the Xtended procedure.


Thanks in advance,

Hari Haran Arulmozhi

chiragkhabaria
Master Smack Fu Yak Hacker

1907 Posts

Posted - 2005-12-06 : 02:13:46
search for the in Book online you will get some idea how to start with the Ext sps..

sp_addextendedproc


Sucess Comes to those who Believe in Beauty of their Dream..
Go to Top of Page
   

- Advertisement -