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

    JavaSript: Two ActiveX controls in one script

    Hello. I have a JavaScript in a HTML page with two COM objects (ActiveX controls) - ADODB.Connection and WScript.Network. One to get the hostname of the machine and one to make database actions. If I open the browser to run this page and the script inside a message box comes up - "One...
  2. frohberg

    JavaScript: Get number of rows of a recordset

    Hello. I need to get the number of rows from a recordset. I use the "RecordCount" property of the Recordset object, but the number is -1 even though in MS Query Analyzer the number of records is 1. Here my JavaScript code: var con = new ActiveXObject("ADODB.Connection")...

Part and Inventory Search

Back
Top