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 |
DMP
Starting Member
41 Posts |
Posted - 2006-10-24 : 04:44:36
|
Hi,As Convert function not supported user define type as parameter. That is why, I want to write like system convert Function (not user define function). How can i write VB/C++ and used it ?Regards, |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2006-10-24 : 04:47:42
|
Convert? To and from what?Peter LarssonHelsingborg, Sweden |
 |
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2006-10-24 : 04:48:40
|
you can write an extended stored procedure but not a function.At least not in a way to use it in SQL server 2000.In SQL Server 2005 you can integrate CLR functions.Maybe you sould explain what you're trying to do and we can help out more.Go with the flow & have fun! Else fight the flow blog thingie: http://weblogs.sqlteam.com/mladenp |
 |
|
|
|
|