i started to use this to save some data, after moving back to 227i from j builds
whats the most Practical way to get data back from the database in unreal?
using select etc would likely return a giant mass of data in a single string.??
if that would have to be phrased tho and seperated it would be a mess
for instance if i save a table of performed commands to a database
string cmd , string user , string value
and want to return the last entry or somthing,
and of course i want to know the line number etc to alter/delete the entry later..
also just sinply working tho a table's data etc... dont even know how that would not be ugly
and also a example ho to get say per monsterclass kills return in you example even
i know almost nothing about sql , i am trying to use this as a guide
http://www.w3schools.com/sql/default.aspedit: nevermind mostly
figured out from the usql example how to pull data , but i still think its gonna be a mess with multi element tables, and i dont understand completly