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 bkrike 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: *

  • Users: smhaig
  • Content: Threads
  • Order by date
  1. smhaig

    calling asp from xhtml form after validation by javascript

    I have a contact form on a web site with a submit button. The fields are validated by a js file that returns true if no errors or false if errors to the form. If no errors, I need to call an asp file which will just create and send an email that contains the info from the contact form...
  2. smhaig

    sp to reconcile rounding discrepancy

    I have a table as such: ID cost 1 654.77 2 953.54 3 345.98 ... for each of these ID's I have in a child table a list of percentages that equal 100 for each ID: (the percent has 4 dec places but here putting 2 for symplicity. ID percent 1 .50 1...
  3. smhaig

    setting a variable using dynamic query in stored proc

    I have a stored proc in sql server 2000. I need to set a variable using a dynamic query: set @SQLstring = 'select ' + @x1 + ' from tblAssettype where assettypeid = ' + cast(@atype as varchar(18)) EXEC(@SQLstring) This works fine and returns a string. However, I have to run this query...

Part and Inventory Search

Back
Top