Stellow
C++/C#/PHP/LUA
Hello, how do I search for specific item if I am using binary saving method for houses? Table map_store, there are two coluns, house_id, and data (blob).
I want to select an item by id thru database.u mean in game (real time) or wat?
I tried to unblob it, coulnt read a file. Anyway, there is no command in databse to search for a information inside a blob file, isnt there?Unblob/parse the data field and search in there. What have you tried to do already?
what about blob extractor ?I want to select an item by id thru database.
I tried to unblob it, coulnt read a file. Anyway, there is no command in databse to search for a information inside a blob file, isnt there?
No, not really. Blob columns are meant to be manipulated solely by applications, not the database.I tried to unblob it, coulnt read a file. Anyway, there is no command in databse to search for a information inside a blob file, isnt there?
can work, but i am looking to search an item in the whole database, in the many blobs there are in my database.what about blob extractor ?