Hi All,
Im getting some data form the DB and then trying to convert it to another data type:
price = CCur(CSng(retriveRS("iprice") * vat))
iprice = 70.87596699
I keep getting a runtime error pointing to CSng.
However when I do CSng(70.87596699) it works.
All I need to do is bring...
I need to generate a GUID or UUID. Having looked a posts and google I get the impression that you have to by a component and install it on the server etc.
If this is out of the question then whats the next best way to generate a completly random string? Im not sure if your average random pass...
Hi all,
I have a html page which consists of form with fields etc.
Once this form is submitted the fields are validated and the information is emailed using asp.
Problem: Even on the first visit to the page before any of the form has been filled the script is executed and email etc is sent...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.