EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Tools (https://www.eqemulator.org/forums/forumdisplay.php?f=623)
-   -   How do you Search By Item Name in a blob? (https://www.eqemulator.org/forums/showthread.php?t=2557)

mByte 06-28-2002 06:13 AM

How do you Search By Item Name in a blob?
 
I am fiddling around with making the Admin C# and working with blobs are nuts.

I can populate my fields and things of that nature and search the ID field but for the life of me I can not figure out how you search the blob.

stormgod 06-28-2002 08:24 AM

SELECT id from items where LCase(mid(raw_data,1,35)) LIKE '%item_you_want%';


1 35 are the decimal position of beginning and ending of the name , at least it was inm 3.3.1 , else just check using mysql dump or look into the eq_packet_struct file

mByte 06-28-2002 11:28 AM

well thats alot easier then what i ended up doing heh


All times are GMT -4. The time now is 12:31 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.