DowNlOaD.uk Posted July 14, 2012 Share Posted July 14, 2012 Hi all, I got a quick question here. How can I use SQL functions on the fle internal.db because I have a point system saved there with setAccountData and I want to show the player what rank he got overall. If I call a query to select a field key with name points that its value is higher than player's amount of points it will return how many players have more points than him so NUMBER_OF_ROWS_RETURNED + 1 = HIS_RANK. I tried dbConnect but I can't open the file. I also tried standard executeSQLQuery but it does operations over the registry.db file. Any ideas? regards, DowNlOaD.uk Link to comment
MIKI785 Posted July 14, 2012 Share Posted July 14, 2012 I don't think i't possible to open it. You can use the getAccountData only.. Link to comment
HunT Posted July 14, 2012 Share Posted July 14, 2012 U need the SQLite Browser Download here: http://sourceforge.net/projects/sqlitebrowser/ Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now