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 strongm 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: haytatreides
  • Order by date
  1. haytatreides

    Active Directory and VBScript

    I just need a recordset from ads, and then i plan to execute a sql insert into a sql table, then cycle to the next record. does anyone know if this is possible? or how to do this? i will give you my first born
  2. haytatreides

    Active Directory and VBScript

    Is there a way to pull ADS info and set them to variables in a vbscript????? All i need is the connection syntax and the syntax to pull the data or setup a recordset. (I plan to then open a SQL connection and add them to a table)
  3. haytatreides

    Active Directory and SQL Server

    I may have a really really stupid question here. I have a sql table that contains information about users in the system (about 400-500 users), and I would like to pull hte data from ADS. Does anyone know how I can accomplish this? My Director mentioned something about LDAP, but I don't know...
  4. haytatreides

    ADS and SQL Server

    I have a really really stupid question here. I have a sql table that contains information about users in the system (about 400-500 users), and I would like to pull hte data from ADS. Does anyone know how I can accomplish this? My Director mentioned something about LDAP, but I don't know if he...
  5. haytatreides

    need script to run at server

    Got it, had to make some changes, but runs as html if i take out the wscript and such. hayt
  6. haytatreides

    adodb.connection wtf

    Get this, for some really really weird reason, when the line of code immediately AFTER the myConn.close had an error in it, it wouldn't run myConn.close. So when i changed the line after it, suddenly it works like a charm. as much as i want to know why, i am just glad it works. server side...
  7. haytatreides

    adodb.connection wtf

    I have a webpage, that on load establishes an adodb connection. the problem is, if i close the page then reopen it, it will not connect. i am guessing that it leaves it open. i put a myConn.close in the code, and it does not seem to make a difference. i am tired of restarting my PC. please...
  8. haytatreides

    vbscript save to sql

    actually, that was my question, but now i have run into a new error. it seems when i open my adodb connection, and test it, and pass it, and go to run the rest of my script (a mailto portion) when i get an error (cause right now my mailto does not work) it gives me the error, and when i close...
  9. haytatreides

    need script to run at server

    is it possible to convert this script to run from html??? and how?
  10. haytatreides

    vbscript save to sql

    disregard my questions. i just set the variable in question to the object in the recordset that i opened. as far as the onclick procedure, there is no javascript. i got that from vb.net or dreamweaver (i cannot remember). it is in the list of html properties. hayt thanks
  11. haytatreides

    vbscript save to sql

    what i mean is how can i pass it as an argument. i have the html as <INPUT type="submit" value="Submit" name="Submit_Button" onClick="Submit()"> should i put the argument in there?
  12. haytatreides

    vbscript save to sql

    I have a from where the user types a number into an input box, then makes selections on comboboxes (drop downs) and clicks submit. when they click submit, i want to save in a table the number they entered, and their selections. first, is there any other combobox property other than...
  13. haytatreides

    my first webpage with vbscript

    YOU ARE BOTH GENIUSES!!! I know u are both tryin for that mvp of the month! I am now going to test my other functions(the difficult ones). Thanks so much to you both. I can sleep now. hayt
  14. haytatreides

    my first webpage with vbscript

    column1 is int. and i am guessing that the input from the user is string? could that be it? it fails the if statement. i got the connection, and my recordset pulls the correct data (tested in query analizer and w/ msgbox to display variable). strColumn1 = 1253 and inputWO = 1253 and it...
  15. haytatreides

    my first webpage with vbscript

    ok, i got it and even tested by creating a msgbox to display the first record, the problem now is that when i type in the exact data, it fails. Sorry to be a pain. hayt
  16. haytatreides

    my first webpage with vbscript

    ok, i got it. i needed to put msgbox "blah" and not msgbox = "blah" But now it will not check the correct survey number when i put it in, and is there any way to get the browser to go "back" when i hit "cancel"?
  17. haytatreides

    my first webpage with vbscript

    ok...i am an idiot. i got an error illegal assignment on "msgbox" is it case sensitive? i don't entirely know the syntax.
  18. haytatreides

    my first webpage with vbscript

    none of the msgboxes load, and to be honest, the inputbox just stopped loading. i am clearing my cahche and testing again. as far as testing my connection, to be honest, i do not know how to do that. hayt
  19. haytatreides

    my first webpage with vbscript

    Rob94 thanks for the code, but right before you posted i got my inputbox to load. the only problem is that it doesn't matter what the hell i put in it, it just goes to the page. i don't know how to get it to reload until they put in a number that matches my recordset. is my connection to my...
  20. haytatreides

    my first webpage with vbscript

    Ok...I have been searching for answers for 2 days. Forgive me if this is a dumb question, i think i killed my brain. What i am trying to do is this: i need a webpage that is a performance survey. It has several text fields and combo boxes. I am trying to create a vbscript that will save the...

Part and Inventory Search

Back
Top