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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by scoobydope

  1. scoobydope

    splitting a single 10baseT feed into three ports

    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...
  2. scoobydope

    difference between: Close oRS and oRS.Close

    oops.. I mean the error that was given was<br><br>type mismatch close
  3. scoobydope

    difference between: Close oRS and oRS.Close

    I have been using the WROX book &quot;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...
  4. scoobydope

    ADODB command error: out of acceptible range...

    AH HAH!<br><br>YOU ARE&nbsp;&nbsp;T H E&nbsp;&nbsp;M A N !!! (no sexism intended)<br><br>I actually defined adcmdtext as a variable just to give it a shot.&nbsp;&nbsp;see if that helped.&nbsp;&nbsp;I also threw in the &quot;option explicit&quot; to see if that helped me at all.<br><br>Maybe I...
  5. scoobydope

    ADODB command error: out of acceptible range...

    &lt;%@ Language=VBScript %&gt;<br>&lt;%OPTION EXPLICIT%&gt;<br>&lt;HTML&gt;<br>&lt;HEAD&gt;<br>&lt;META NAME=&quot;GENERATOR&quot; Content=&quot;Microsoft Visual Studio 6.0&quot;&gt;<br>&lt;/HEAD&gt;<br>&lt;BODY&gt;<br>&lt;%<br><br>Dim objConn<br>Dim strDelete<br>Dim objCmd<br>Dim...
  6. scoobydope

    ADODB command error: out of acceptible range...

    i have tried the following:<br><br>strDelete = &quot;Delete IP_addr, pcHook_ans, phone, lastName, firstName, suite FROM PChookup where IP_addr = 24.113.113.141&quot;<br><br>strDelete = &quot;Delete * FROM PChookup where IP_addr = 24.113.113.141&quot;<br>strDelete = &quot;Delete * FROM PChookup...
  7. scoobydope

    splitting a single 10baseT feed into three ports

    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.&nbsp;&nbsp;All of the suites in the complex have about 3 RJ45 jacks inside: one in each room (living room, bedroom...
  8. scoobydope

    ADODB command error: out of acceptible range...

    nope... was hopeful, but it didn't work.&nbsp;&nbsp;exact same error.<br>Thought it would just be my coding.&nbsp;&nbsp;I have only been at it for a week or so now.
  9. scoobydope

    ADODB command error: out of acceptible range...

    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...
  10. scoobydope

    argh! simple form to make database!!

    GOT IT!<br><br>'Start building the SQL strings with the required fields<br> strInsert = &quot;Insert into PChookup (IP_addr,lastName,firstName,phone,suite,pchook_ans&quot;<br> strValues = &quot;Values('&quot; & CStr(Request.Form(&quot;IP_num&quot;)) & _<br> &quot;','&quot; &...
  11. scoobydope

    argh! simple form to make database!!

    OK!!!!!<br>I think i got it!&nbsp;&nbsp;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 &quot;suites&quot; with pervasive...<br><br>in that DSN, I created a Table called PChookup.&nbsp;&nbsp;In that table, i...
  12. scoobydope

    argh! simple form to make database!!

    I know it should be simple, but I have NEVER written an asp page.<br><br>Set Conn = Server.CreateObject(&quot;ADODB.Connection&quot;)<br><br>is what i assume you&nbsp;&nbsp;mean... I can figure the rest of this out from the books i guess.&nbsp;&nbsp;My main problem is that all my books are...
  13. scoobydope

    argh! simple form to make database!!

    Ok, this is going to seem trite to most of you i think.&nbsp;&nbsp;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.&nbsp;&nbsp;Its a small (500 host) lan that so far only allows these weak little proprietary TV...

Part and Inventory Search

Back
Top