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: *

  1. phreakgrrrl

    Cannot insert the value NULL

    Having issues with my shopping cart. this is the error and the page it's on: Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot insert the value NULL into column 'basketitemID', table 'paceprintscatalog.dbo.basket'; column does not...
  2. phreakgrrrl

    BSOD!!! Inaccessible Boot Device

    god..i hate windows. That aside, here's the error i'm getting: STOP: 0x0000007B Inaccessible Boot Device i wasn't installing anything. just stopped working one day. It loads the Windows 2000 screen for a few seconds then gives me the error. And i am NOT savy with this sort of thing so if...
  3. phreakgrrrl

    ASP error 0113 time out error...

    ok....so just thought i'd let y'all know... this little head-ache is over... turns out there wasnt anything wrong with the code it was something from our database...an item was entered in wrong and screwed the whole thing up.... *scratches head* i still dont understand it... thanks for all...
  4. phreakgrrrl

    ASP error 0113 time out error...

    it was a timeout error.... from there it all went to hell :( butits not a timeout problem... at least i dont think it is being as we reset it and all... i ... i dunno... i be stumped... ~:judy:~ http://www.phreakgrrrl.com
  5. phreakgrrrl

    ASP error 0113 time out error...

    [sadeyes]... no.... ~:judy:~ http://www.phreakgrrrl.com
  6. phreakgrrrl

    ASP error 0113 time out error...

    nah...well yes and no... i made the page static... all the links are in but if we add artists or anything i have to go in and change it... but its something....for now anyway ~:judy:~ http://www.phreakgrrrl.com
  7. phreakgrrrl

    ASP error 0113 time out error...

    LOL... thats why i was hesitating... :) ~:judy:~ http://www.phreakgrrrl.com
  8. phreakgrrrl

    ASP error 0113 time out error...

    okiday... here is goes.... *mental coffee cup sent to all who read the whole thing* <%@LANGUAGE=&quot;VBSCRIPT&quot;%> <!--#include file=&quot;Connections/connPace.asp&quot; --> <title>Pace Prints | Artists</title> <% Server.ScriptTimeout=90 %> <% set rsMenuNames =...
  9. phreakgrrrl

    ASP error 0113 time out error...

    hey there.....so i tried your suggestion BDC, it gave me this error: Microsoft VBScript runtime error '800a01b6' Object doesn't support this property or method: 'EOF' /artistsTEST.asp, line 97 the line reads... <%While (NOT rsLetter(&quot;letter&quot;).EOF)%> .... if your willing to...
  10. phreakgrrrl

    ASP error 0113 time out error...

    im not sure.... [sadeyes] i tried what you suggested tho and it gave me only the first artist for A. then it listed all the other letters but no artists... :( ~:judy:~ http://www.phreakgrrrl.com
  11. phreakgrrrl

    ASP error 0113 time out error...

    oi!... having problems here guys... this isnt my code im dealing with... and being as said person is not available...i kind of have to make a miracle happen here... in other words...any further advice would be GREAT!!! thanks ~:judy:~
  12. phreakgrrrl

    ASP error 0113 time out error...

    i shall give it a try....
  13. phreakgrrrl

    ASP error 0113 time out error...

    yes... A-Z... and it was up until a few days ago... *scratches head*
  14. phreakgrrrl

    ASP error 0113 time out error...

    any ideas? or can anyone maybe quickly shed some light on what the loops will entail...i um....i dont know a thing about them and if thats whats needed ill need any shove in the right direction... thanx!!!
  15. phreakgrrrl

    ASP error 0113 time out error...

    doh! ok..well...the quick fix didnt seem to do it..... *pout*
  16. phreakgrrrl

    ASP error 0113 time out error...

    lol yeah i guess it was alot to post up... (((giggle))) ill try that and let ya know how it goes...
  17. phreakgrrrl

    ASP error 0113 time out error...

    im not sure where the loop could be.... heres a bit of the code... thanks for any help... <td valign=&quot;top&quot; width=&quot;215&quot;> <% if rsLetter(&quot;letter&quot;)=&quot;A&quot; then %> <% rsLetter.MoveNext() %> <p> <span class=&quot;letter&quot;>A</span><br> <%...
  18. phreakgrrrl

    ASP error 0113 time out error...

    hey all... so out of nowhere this error came up on one of my pages... then when we reloaded the page...it started to load correctly but since we're pulling items up from a database what it looks like now is that its incomplete... to be more specific... its an artists list page...
  19. phreakgrrrl

    how do i set highest value only

    hey! thanks for responding so quickly i did what you suggested but that brought me back to my original problem..which was that it now takes the shipping price of the last item entered..highest value or not.. i tried setting the totalshipping = maximum value of...
  20. phreakgrrrl

    how do i set highest value only

    hey there... i'd like to state a sorry in advance for being an annoying newbie but i really need some help here... so i posted before but this problem seems to be getting more and more jumbled... ok....i have a shopping cart...people need to be able to order more than one item and the shipping...

Part and Inventory Search

Back
Top