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