Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MyFunc(Retval) as default value for field?
Message
From
08/07/2005 06:35:30
Jon Neale
Bond International Software
Wootton Bassett, United Kingdom
 
 
To
08/07/2005 06:01:55
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
01030304
Message ID:
01030316
Views:
20
Why cant you use a default constraint?

Have a look at this it shows you how to implement a default constraint that calls a UDF.

http://www.15seconds.com/issue/000817.htm

I know this doesnt answer your question but does it help?

>Basically I'd like to use a functions returnvalue as the default value for a field. That however does not work, so I figured a trigger might do the trick.
>
>But how do I tell the table that I only want to update the current record?
>
>
>-- I didn't expect this to work, and it sure doesn't
>
>ALTER  TRIGGER [MyTrigger] ON [dbo].[T1]
>FOR INSERT
>AS
>UPDATE T1 SET F2 =LTRIM(RTRIM(STR(F1))) WHERE CURRENT OF T1
>
>
>-- So how can I do a positioned update?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform