well as an update, i have tried this configuration over and over again. The only solution was to remove the frogged wiring (zigzag pattern) on the punchdown panel. Basically, i could get tone through, and cable testers were somewhat happy with the connection, but time and time again the...
I have been using the WROX book "Beginning ASP Databases. I keep coming up against these weird errors using the code as supplied by the book (downloaded in a zip file off the wrox website and opened in visual interdev)<br><br>here is the simple code:<br><br>dim oRS<br>set...
AH HAH!<br><br>YOU ARE T H E M A N !!! (no sexism intended)<br><br>I actually defined adcmdtext as a variable just to give it a shot. see if that helped. I also threw in the "option explicit" to see if that helped me at all.<br><br>Maybe I...
i have tried the following:<br><br>strDelete = "Delete IP_addr, pcHook_ans, phone, lastName, firstName, suite FROM PChookup where IP_addr = 24.113.113.141"<br><br>strDelete = "Delete * FROM PChookup where IP_addr = 24.113.113.141"<br>strDelete = "Delete * FROM PChookup...
Well, I have no idea if this is the correct forum to post this, but I have to ask anyways.<br><br>We have a residential complex that was prewired with cat3 cable. All of the suites in the complex have about 3 RJ45 jacks inside: one in each room (living room, bedroom...
nope... was hopeful, but it didn't work. exact same error.<br>Thought it would just be my coding. I have only been at it for a week or so now.
ADODB.Command error '800a0bb9' <br><br>The application is using arguments that are of the wrong type, are out of acceptable range, or are in conflict with one another. <br><br>/sqlchk.asp, line 19 <br><br><br><br>That is the error I get when i try to run my page that is trying to delete all of...
GOT IT!<br><br>'Start building the SQL strings with the required fields<br> strInsert = "Insert into PChookup (IP_addr,lastName,firstName,phone,suite,pchook_ans"<br> strValues = "Values('" & CStr(Request.Form("IP_num")) & _<br> "','" &...
OK!!!!!<br>I think i got it! It has taken me almost 14 hours of scouring, but I think i have finally started to see the LIGHT!!!!<br><br>I created a new DSN called "suites" with pervasive...<br><br>in that DSN, I created a Table called PChookup. In that table, i...
I know it should be simple, but I have NEVER written an asp page.<br><br>Set Conn = Server.CreateObject("ADODB.Connection")<br><br>is what i assume you mean... I can figure the rest of this out from the books i guess. My main problem is that all my books are...
Ok, this is going to seem trite to most of you i think. Basically I am trying to ask the residents of a complex that I run an ISP for whether or not they want PC access to the network. Its a small (500 host) lan that so far only allows these weak little proprietary TV...
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.