RoSQL - SQL Client APK

Version 2.52 - com.robro.android.rosql
robro,android,rosql,tools

Oracle / MySQL / MSSQL Sql Client / Worksheet for your Database

RoSQL -  SQL Client apk

APP Information

Download Version 2.52 (2252)
Apk Size4.50 MB
App DeveloperRobro
Malware CheckTRUSTED
Install on Android6.0 and up
App Packagecom.robro.android.rosql.apk
MD53c963ce667618305c576cb6d6c19acca
Rate5

Download RoSQL - SQL Client 2.52 APK

App Description

RoSQL - SQL Client is robro,android,rosql,tools, content rating is Everyone (PEGI-3). This app is rated 5 by 1 users who are using this app. To know more about the company/developer, visit Robro website who developed it. com.robro.android.rosql.apk apps can be downloaded and installed on Android 6.0 and higher Android devices. The Latest Version of 2.52 Available for download. Download the app using your favorite browser and click Install to install the application. Please note that we provide both basic and pure APK files and faster download speeds than APK Mirror. This app APK has been downloaded 328+ times on store. You can also download com.robro.android.rosql APK and run it with the popular Android Emulators.

SQL Worksheet and Query Client for Oracle / MySQL and MSSQL Databases

This app was developed as a private tool for accessing databases from Android devices.
Primarily, the development was designed for Oracle databases.
It is provided free of charge and does not claim to compete with professional tools.
No warranty is provided for any damage that may result from the handling of this app.
The use of this app is at your own risk.

- create sql statements 
- unlimited resultset rows 
- size of a resultset is only limited by your memory
- save/load sql statements in/from textfiles
- fix columns in a result set
- sort columns in a result set
- use dynamic variables like &input
- syntax highlight
- sql beautifier
- create explain plans
- export data to csv
- export and copy data to clipboard
- manipulation sql's like 'insert' or 'update'

RoSQL should be used in a secure network like a vpn network or a local secured network, because the traffic isn't encrypted !

MSSQL is only implemented for Android 5 and higher, not for Android 4.4. 

On Android 11 or higher you have give the app file read and write permissions in your android phone settings. see special app rights on your phone. it seems to be different to set for different phones/android versions. 

There is a problem (ORA-12705) with NLS (Oracle and thin client) for some countries. if your phone or tablet has a language (for example Cyrillic) , that is not supported, you can try to change the locale in the settings-window to "US" (checkbox for a US default connection). it seems to be a oracle express problem, on tests with oracle standard/enterprise databases i do not have this connect errors.

this oracle sql client uses a direct thin v8 connection for Android 4.4 nd lower and a direct thin v11 connection for android 5 and higher to your database !

- Android 5 User and higher no longer have to set compatibilty mode 8 for Oracle
- Android 4.4 User and lower have to set compatibility mode 8 (oracle10 and above) as described below:
for Oracle12c connections please set in sqlnet.ini (Server) SQLNET.ALLOWED_LOGON_VERSION_SERVER=8
for databases equal oracle10g or 11g: SQLNET.ALLOWED_LOGON_VERSION=8

you can download still a version for Android 4.4 and lower, but it will no longer be maintained. 

if your db-admin doesn't allow you direct thin connections (v8 or v11) from a Client, this app can't connect to your oracle database !
tested connections: oracle9i,  oracle10g,  oracle11g,  oracle12c, mysql 5.5, mssql server 2016

please rate this app if you like it and also tell me what you don't like :) 

App ChangeLog

  • V2.52
  • - new android requirements minimum target >= 33
  • - bug fixes
  • V2.51 and before
  • - changing permissions for using external storage on android 10 and higher
  • - reload last used sql files at program start
  • - 'selecting area at cursor' for helping you to select a area where the cursor is currently located (semicolon separated) and immediately executing this area
  • - switch off confirm leaving resultset
  • - changing behaviour of executing stored procs

App Screens

RoSQL -  SQL Client App Screen 1RoSQL -  SQL Client App Screen 2RoSQL -  SQL Client App Screen 3RoSQL -  SQL Client App Screen 4RoSQL -  SQL Client App Screen 5RoSQL -  SQL Client App Screen 6RoSQL -  SQL Client App Screen 7RoSQL -  SQL Client App Screen 8RoSQL -  SQL Client App Screen 9RoSQL -  SQL Client App Screen 10RoSQL -  SQL Client App Screen 11RoSQL -  SQL Client App Screen 12RoSQL -  SQL Client App Screen 13RoSQL -  SQL Client App Screen 14RoSQL -  SQL Client App Screen 15RoSQL -  SQL Client App Screen 16RoSQL -  SQL Client App Screen 17RoSQL -  SQL Client App Screen 18RoSQL -  SQL Client App Screen 19RoSQL -  SQL Client App Screen 20RoSQL -  SQL Client App Screen 21RoSQL -  SQL Client App Screen 22RoSQL -  SQL Client App Screen 23RoSQL -  SQL Client App Screen 24RoSQL -  SQL Client App Screen 25RoSQL -  SQL Client App Screen 26

Older Versions

More Android Apps to Consider

Google Play Reviews

  1. Ken Crossen-avatar

    Ken Crossen

    Rough around the edges perhaps, but two key features make this app best in category. First, you can tell it to forget your user and password. Second, and important for professional use, it supports MySQL local variables. Incredibly, the higher-rated pay-by-subscription app, like the other apps in this category, does not support local variables. Other features good to great. Deserves a better rating. Damned good job by a rookie, showing the pros how it's done.

  2. Morgan Williams-avatar

    Morgan Williams

    Simple and effective. My only major complaint is that it doesn't seem like it's possible to have multiple distinct queries on one page. Separating them by semicolon or slash is ignored, and everything on the page is executed, which makes most of my existing SQL files pretty much useless. Maybe I'm just missing something? It would also be great to be able to have multiple tabbed edit pages available to switch between.

  3. Dickslap Story Mode-avatar

    Dickslap Story Mode

    I have yet to test this app. I use most of my installed explorer Apps as File Viewers with settings, now if I can use RoSQL (Like Ro in Android lol mann the places... droid) as a default system editor, Ill want a lockscreen app for notifications. I proposed good apps to start this on are ones that can Analyze and Boost Performance, a Caller ID App, a Launcher, Theres also the draw over apps feature, such as storage to sense if the device is powered on or not :) Google Find, Play Protect EXPERT.

  4. Dhaval Bhalara-avatar

    Dhaval Bhalara

    First of all thank you very much for this app. Thank you for multiple tabs...now life is even more easy. Request: 'set as default' option in all tabs for queries. So everytime I connect all tabs will be loaded with queries which I use most frequently.

  5. Alad Mocu-avatar

    Alad Mocu

    Well done app, it does what it must, just a little thing , if you can improve the user interface, idk material or something it would be better. The button size and icons can be tricky to understand. Sorry for bad English

  6. Chet Patel-avatar

    Chet Patel

    It's a great start. On oracle db, Select * Queries on tables with many column/rows doesn't return results, but same query with where column= returns row. Also cant open a saved file from device. Thanks for creating RoSQL

  7. Vardis Karabakakis-avatar

    Vardis Karabakakis

    It connects to DB but it doesn't execute a simple query such as "SELECT * FROM table"...

  8. Thomas Johnson-avatar

    Thomas Johnson

    Another client that does not allow you to format queries with tabs. Hitting tab will jump you out of the editor.

  9. Shivam Vishwakarma-avatar

    Shivam Vishwakarma

    I try a lot but I am unable to connect network. I thing its supports below 8 version of android.

  10. Maulana Malik Ibrahim-avatar

    Maulana Malik Ibrahim

    The only stable and free android sql app that i've found