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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-02-02 : 11:55:20
|
Dave writes "I know a bit of C++, enough to write a much better SOUNDEX function and also to write a METAPHONE function (like SOUNDEX on speed).
I would like to incorporate these functions into SQL SERVER 7.0. From what I have read incorporating these functions into a DLL should allow me to attach them using the xp_addextendedstoredprocedure function.
The problem is there are very few good examples of DLL writing out there.
Do you have any sample source code for a simple extended stored procedure that accepts a string arguement and returns a string?
I am using Visual C++ 6.0 on a Windows NT4 SP4." |
|
|
|
|
|