r > 0
it may be a decimal or a whole number depending on what other data is enterd
I figured it out though
the way i called the data was wrong
the difference between
r = recordset1.field("r")
and
r = recordset1.field.item("r")
difference between char and dec in ASP math i...
here is the formula that i am getting an error with
MP = LA * (r / (1 - (1 / ((1 + r) ^ MONTHS))))
LA is retrieved from SQL as char same with MONTHS
could this be the problem? if so how do i convert the char values to numeric to perform the formula?
and example of the code would be useful here =)
i could take a stab at a few possibilities though.
Let's assume the ODBC has been re-configured properly for your IIS.
1. A file (usually an include file) is not within the permissions of the website's access.
2. No execute permission...
Thank you for the responce
What i want to do is have the data that has been entered into several text fields go to two places when the submit button it clicked. the first being the sql database(wich i already have working when submit is clicked). The second being another server.
if i can string...
Is it possible to send the contents of a form(multiple textboxes) to another server? i have it setup to submit to my sql server but i also want it to send the data to another source? Im looking for any means other than email to do this when the submit button is clicked.
I am new to creating an automated userlogin webpage.
Any information as to where i should look for tutorials, books etc. would be greatly appreciated.
What i want to do is almost identical to the "tek tips" new user login procedure where a new user inputs a login id and password...
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.