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 Shaun E 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...

    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...
  4. 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...
  5. phreakgrrrl

    need help with calculation...

    ok...so im a newbie and dont know if im gonna explain this right so...well ok here it is... <% subtotal = 0 tempunitprice = CDbl(rsAddItem(&quot;unitprice&quot;)) subtotal = rsAddItem(&quot;quantity&quot;) * tempunitprice if...

Part and Inventory Search

Back
Top