Reputation: 558
Want to save mathematical formulas into a SQL Server table and after pass values from C# to do calculation on formula which was save in table please guide ur helped is needed
Upvotes: 2
Views: 427
Reputation: 481
You can use stored procedure to calculate result and pas values to stored procedure or get values form table using data base and calculate result and store result in database or show to user .
Upvotes: 1