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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Formulae creation from string value

Author  Topic 

milindp
Starting Member

1 Post

Posted - 2007-03-28 : 03:25:19
Hi,

I am getting the string value from the function which consists of basic mathematical operator e.g. +, -, /, * including the table field names e.g. fld1*fld2/fld3+fld4-fld5.

Every time the mathematical operators are in different position.

From this received string I would like to calculate the value.

Can someone help me out.
Thanks, Milind

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2007-03-28 : 03:35:19
Any reason this can't be done in front end?


Peter Larsson
Helsingborg, Sweden
Go to Top of Page
   

- Advertisement -