SQLSTATE[42000] [1226] User 'o4345137' has exceeded the 'max_user_connections' resource (current value: 20)
An exception occured operation could not be completed.
For: SELECT pm.vchPartNo,mp.intCommonQtyId as SoldQuantity,pm.vchPartDesc,mp.enumStatus,mp.intPartMasterID,mp.intQuantity,mp.vchPartImage, mp.dblPrice,mp.dblDefaultShip,mp.dblDayShip,mp.dblNightShip,mp.vchSecondaryShip, mary.intModelID, mary.intCompanyID, mary.intPartID,mary.vchDiagramNo ,mp.intPartID,mp.enumObsolete,(SELECT intQuantity from tblModelParts where intPartID=mp.intPartID) as TotalQuantity ,mp.optDropShip from tblModelParts mp,tblPartMaster pm,tblMarryPart mary where mp.intPartMasterID=pm.intPartMasterID and mary.intModelID='190' and mp.intPartID=mary.intPartID and mp.enumStatus='A' ORDER BY pm.vchPartDesc asc
File: class.dbFunctions.php
Method: dbFunctions::dbFetchAll
Line: 181