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!

Recent content by ndolson75

  1. ndolson75

    Delphi 3 URL Parameters

    I have dll written in delphi 3 and I need to post parameters to a url. For example i want to post this 'http:\\localhost\test.html?RecType=2&RecID=938' and wait for a response from the site on whether it received the information or not. How do I do this in delphi 3?
  2. ndolson75

    ColdFusion & DLL

    I have a dll that I am want to call from a coldfusion component. Anybody want to tell me how to do this? Thanks....
  3. ndolson75

    Coldfusion MX

    I am trying to use a <cfquery> to update a record in a MS SQL database. The problem I am having is if a particular column of type varchar is null it will not let me update. the sql looks something like this: UPDATE myTable SET myField = '#myVar#' where myID = #myID# if myvar is not '' it...

Part and Inventory Search

Back
Top