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 wOOdy-Soft 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 mako

  1. mako

    Problem passing parameter to stored procedure

    Thanks but I still get the same error. :-/ Wonder what's wrong???
  2. mako

    Problem passing parameter to stored procedure

    Hi, I'm having some problems with passing a parameter to a stored procedure. Any help is greatly appreciated. My code : adCmdStoredProc = 4 adParamReturnValue = 4 adParaminput = 1 adParamOutput = 2 adInteger = 3 adVarChar = 200 Set Cmd = Server.CreateObject("ADODB.Command") Set...
  3. mako

    site packager/website deployment tool

    is there a site packaging/website deployment tool that can package your whole web application with all the database and iis configuration into a setup file? - mako - "your focus determines your reality"
  4. mako

    leading zeros

    thanks for pointing out guys. i've tried both of your methods Michael. works like a charm. - mako -
  5. mako

    leading zeros

    how do i format a number to display 5 digits with leading zeros? e.g. integer '1' will be displayed as '00001' and integer 12 will be displayed as '00012'. - mako -
  6. mako

    can outlook display asp pages?

    stupid question time : i know outlook can display normal html pages but can outlook display asp pages? - mako -
  7. mako

    from date1 to date2

    i keep getting this error : Microsoft VBScript runtime error '800a000d' Type mismatch: '[string: "9/4/2000"]' how do i correct this code? tdat1 and tdat2 are date values. (e.g. tdat1=9/4/2000 and tdat2=9/10/2000) for appDate=request("tdat1") to...
  8. mako

    onclick image, update database

    hi! i need to create an asp page to update the database and add 1 whenever someone clicks on a campaign image on the website. how do i do this??? thanks for the help.
  9. mako

    passing parameters from one drop down list to another

    hi! i'm trying to create a drop down list that changes the option value of another drop down list. (hope you understand).<br><br>right, let's say the first list contains a list of countries. on selecting the country, the second list will change and display the states of that selected country all...
  10. mako

    problem with deleting TREE item!

    <br>I've created a simple database table with ItemID and ParentItemID so that I can sort it using CFX_MAKE_TREE.<br><br>My problem starts when I try to delete an item. How can I delete that item along with all the items branching out from it? (Hope you understand this)<br><br>I appreciate any...
  11. mako

    Displaying time in 12 hour format

    hi! i could use some help here. how do you display time in 12 hour format (with AM and PM) in coldfusion?

Part and Inventory Search

Back
Top