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: bennynye
  • Content: Threads
  • Order by date
  1. bennynye

    Basic Soap VB6 to ASP and Back

    I am running a simple SOAP example that I see everywhere on the web. The example should pass a parameter to an ASP page which in turn responds. There are only parts to the example. The VB part is as follows: Sub Main() Dim objhttp As New MSXML.XMLhttpRequest Dim strEnvelope As String...
  2. bennynye

    Basic VB SOAP question VB6 to ASP and back

    I am running a simple SOAP example that I see everywhere on the web. The example should pass a parameter to an ASP page which in turn responds. There are only parts to the example. The VB part is as follows: Sub Main() Dim objHTTP As New MSXML.XMLHTTPRequest Dim strEnvelope As String...
  3. bennynye

    Hello, I have a query that I wa

    Hello, I have a query that I want to return a list of contacts that do not have any rows with a 't' in the Licenced column in a one-many table. I have checked that this case does occur, but my SQL returns 0 contacts. If anyone could point me in the right direction I would appreciate it...

Part and Inventory Search

Back
Top