Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mikecoal

    math formula generates overflow error

    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...
  2. mikecoal

    math formula generates overflow error

    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?
  3. mikecoal

    Database Help

    what kind of database?
  4. mikecoal

    Prob running ASP script on server (OK with PWS)

    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...
  5. mikecoal

    Dreamweaver

    what version of netscape is it? it very much sounds like a y2k bug and maybe fixed in the newer versions of netscape
  6. mikecoal

    Is it possible to send a forms data to another server?

    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...
  7. mikecoal

    Is it possible to send a forms data to another server?

    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.
  8. mikecoal

    Newbie SQL login with ASP?

    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...

Part and Inventory Search

Back
Top