A little info^^ Your string resource should be in the correct language As far as i know the released dbs contain only one almost complete arabic stringresource.
You need to dump the string resource from your client first.
Step 2:
Code:
SELECT * FROM dbo.ItemResource ITEM, dbo.StringResource STRING
where STRING.code=ITEM.name_id and STRING.value like '%searchterm%'
You can replace the ItemResource with every other table. You only have to change the table and the sometimes the field with the name_id is called text_id that's all.
Another way to list is:
SELECT ITEM.id, item.name_id, STRING.value
FROM Arcadia.dbo.ItemResource ITEM, Arcadia.dbo.StringResource STRING
WHERE item.name_id = string.code
ORDER BY id ASC
I actually posted these queries like half a year ago....
Another way to list is:
SELECT ITEM.id, item.name_id, STRING.value
FROM Arcadia.dbo.ItemResource ITEM, Arcadia.dbo.StringResource STRING
WHERE item.name_id = string.code
ORDER BY id ASC
I actually posted these queries like half a year ago....
Join Date: Sep 2012 --> Yeah, half year ago.
This query was pasted by HeavenOnlyWishes in an index in Arcadia-Dev forums.
(You must have leeched it from Raskim's index -Page 5-).
Another way to list is:
SELECT ITEM.id, item.name_id, STRING.value
FROM Arcadia.dbo.ItemResource ITEM, Arcadia.dbo.StringResource STRING
WHERE item.name_id = string.code
ORDER BY id ASC
I actually posted these queries like half a year ago....
But with this method you have to go through about 20000 items and search for the correct one
But hey everyone can decide on his own how to search for items^^ or something like this.
just below the WHERE statement, then you can search for specific item names....
Common c1ph3r... we can't give them everything...... Well we could, but then they'd learn nothing.... lol
I just didn't add this because this was discussed in another post.... It's not like this is rocket science, I wouldn't even bother explaining that... The post would be waaaayyyyyyyyyyyy too long......
[VB08]String in String mit mehreren Funden 08/08/2011 - .NET Languages - 6 Replies Hey,
bin gerade auf ein Problem gestoßen, an dem ich mir seit 3 Stunden die Zähne ausbeiße.
Ich will eine Funktion schreiben, die der _StringBetween Funktion von AutoIt gleich ist. _StringBetween gibt in einem Array alle Strings zwischen zwei SubStrings und dem ganzen String aus. Die Ausgabe bei
_StringBetween("<h1>test1</h1>&l t;h1>test2</h1>", "<h1>", "</h1>") wäre also idealer Weiße ein Array (x = "test1", x = "test2")...
da man in VB08 kein Array returnen kann, komme ich aber einfach...
[C++] string zwischen string 11/11/2010 - C/C++ - 6 Replies tag gibts direkt ne funktion, mit der man einen passenden string zwischen dem string suchen kann?
also meine net .find() sondern sowas ähnliches, die in diesem beispiel "mein string sucht"
Bsp:
"<span id=\"lalala\">"+string mein_string+"</span>"
understanden? :-)
[Search]Guide To make Edits With PhotoShop cs4 with Photos [Search] 08/25/2009 - CO2 Guides & Templates - 0 Replies Hello i founded this Post
http://www.elitepvpers.com/forum/co2-guides-templa tes/155997-ultimate-guide-how-make-conquer-edits.h tml
But its for cs2 and i have cs4
and im searching a guide With photos with cs4
any1 have ?:handsdown: