Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using a function in a SQL Update
Message
General information
Forum:
ASP.NET
Category:
Databases
Title:
Using a function in a SQL Update
Miscellaneous
Thread ID:
00762075
Message ID:
00762075
Views:
48
Can I use my own function in a SQL update?

Ex: UPDATE IntranetUsers SET salt = CreateSalt(5)

When I try to run this I get 'CreateSalt' is not a recognized function name.

Am I going about this the wrong way?

I have a table that I need to update this field in. I need to use a function I created that generates a value and then store it in this field used by my encryption function.

TIA
Brad
Next
Reply
Map
View

Click here to load this message in the networking platform