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
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)
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...
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...
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...
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...
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...
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
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?
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...
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
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...
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
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"?
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
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.