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)
 Financial Functions in SQL SERVER

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-04-12 : 08:51:40
Sivaramakrishnan writes "How to achieve financial functions in SQL SERVER?
For ex. as we have in Visual Basic (PV,FV)."

Peter Dutch
Posting Yak Master

127 Posts

Posted - 2002-04-12 : 09:24:24
You could create a C++ or VB .DLL which exposes all the functions you need, and register this as an Extended SP on SQL Server.

Check BOL for more info on Extended SP's

Go to Top of Page
   

- Advertisement -