K
Klaus Jensen
Hi!
I am currently converting an ASP/SQL Server application to VB.Net/Access.
The application performs calculations based on which products are selected.
Therefore i need to be able to store formulas in the database, replace
placeholdes with values and execute the calculation.
Earlier this was done by executing the formula on SQL Server and retrieving
the result, but that is no longer possible - or desireable for that matter.
So if I have a string that says "2*2" how to I execute this and get the
result back?
(which my sharp brain tells me should be somewhere around 4)
Thanks in advance
- Klaus
I am currently converting an ASP/SQL Server application to VB.Net/Access.
The application performs calculations based on which products are selected.
Therefore i need to be able to store formulas in the database, replace
placeholdes with values and execute the calculation.
Earlier this was done by executing the formula on SQL Server and retrieving
the result, but that is no longer possible - or desireable for that matter.
So if I have a string that says "2*2" how to I execute this and get the
result back?
(which my sharp brain tells me should be somewhere around 4)
Thanks in advance
- Klaus