Thread: SQL Item System
View Single Post
  #10  
Old 05-13-2009, 09:56 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
If you're doing like

NPC Code:
SELECT * FROM items WHERE itemid=swordtest1



Have you set that 'itemid' is UNIQUE when creating the table?

NPC Code:
CREATE TABLE items(itemid TEXT UNIQUE DEFAULT '')



That would make it easier to index and faster to recall.
__________________
Reply With Quote