driver2 Posted October 22, 2009 Share Posted October 22, 2009 Hi, when you use SQLite in your scripts, it's sometimes nice to know, whether the data made it to the db correctly. Now I could download the registry.db and open it with a SQLite editor, however that is not very convenient. Is there some way to view (and maybe edit) the data on the server directly? Greetings Link to comment
robhol Posted October 22, 2009 Share Posted October 22, 2009 Graphically, no. (Although it is possible. I think. At least to a degree.) You can, however, manipulate the database with runcode ("live scripting") using the same functions you normally would. Link to comment
50p Posted October 22, 2009 Share Posted October 22, 2009 It's possible to make SQLite DB editor with MTA's GUI functions, as a matter of fact, I was making such but MTA doesn't have a function to find out whether query failed or not so I stopped. I made a request for such function or new return value for executeSQLQuery, but as usually I was ignored, I guess. You can make a simple SQLite editor for MTA without checking if query failed. It's not even hard to make. http://bugs.mtasa.com/view.php?id=4034 Link to comment
driver2 Posted November 13, 2009 Author Share Posted November 13, 2009 Just a quick reference to https://community.multitheftauto.com/index.php?p= ... ils&id=495 in case you haven't noticed. 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