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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by carstar

  1. carstar

    Simply calling a Stored Procedure!

    You need to write the stored procedure into your ASP script. Take the code from your procedure in the database and rewrite it into your ASP script and display the results in HTML format. You can access the data within a database and manipulate it, but you cannot execute the code stored within a...
  2. carstar

    Using Links to Function as Form Buttons??

    When you write your text in the columns wrap your text with an Anchor tag. Build out the href value the same as the form submission action value but include your name/value pairs as part of the link. <a href="www.formSubmissionpage.com?module=<%=rs.module%>" target="targetname"> <%=rs.module%>...
  3. carstar

    Data Type mismatch

    Dodge- where are you entering this SQL statement? Are you in "Code View" directly editing an asp script or is this from a wizard?
  4. carstar

    Data Type mismatch

    Try removing the single quotes from around varidnumber in your WHERE statement.

Part and Inventory Search

Back
Top