Recent content by Mr. David Summers

  1. M

    How to read a Particular Node in XML with Classic ASP?

    unlike UPS, USPS has made it extremely difficult to read XML nodes: here is the response xml i got from USPS.... <IntlRateResponse> <Package ID="1st"> <Prohibitions> </Prohibitions> <Restrictions></Restrictions> <Observations></Observations>...
  2. M

    how to implement UPS Rates API in Classic ASP.?

    so i pretty much finished my asp shipping cart. and im at the point where i want to make a tiny little drop box that shows ups shipping methods and the price next to it (2 day shipping ($4.00)) and depending on what they choose it would change the total cost of the order. i contact UPS... got...
  3. M

    How do you set permissions and/or privileges in MySQL using Classic ASP?

    I am converting an access mdb to a new MySQL database. from my classic asp website. and although i can read the data from the SQL i cannot update recordsets. it gives me an error that i do not have update permission. ....oookkk. so since i was able to create the thing, why cant i insert a new...
  4. M

    How am i supposed to update a recordset, whos field in in HTML through ASP?

    this is a part of my WYSIWYG. the "textcontent" is in HTML. and when the user presses the Update button. the page redirects to update page where the changes to the "textcontent" will be updated where ID number = 1. this is my code: objDBconn.Execute("UPDATE news SET articleContent =...
  5. M

    How am i supposed to update a recordset, whos field in in HTML through ASP?

    this is a part of my WYSIWYG. the "textcontent" is in HTML. and when the user presses the Update button. the page redirects to update page where the changes to the "textcontent" will be updated where ID number = 1. this is my code: objDBconn.Execute("UPDATE news SET articleContent =...
Back
Top