Creating a connection frozes the application
I am creating a connection to a Firebird database. It works fine in a LAN, but if I try the same connecting a remote server using Internet, the application is frozen when FR tries to get the tables, specially when the server is not fast. It can takes from 30 seconds to several minutes if the database has many tables and not fast connection.
Would it be possible to add a "cancel" button? sometimes I only want to create a SQL statement and I do not need to bring all tables.
Thanks
Would it be possible to add a "cancel" button? sometimes I only want to create a SQL statement and I do not need to bring all tables.
Thanks
Comments
Sorry, it's impossible now. I need to rewrite the data UI to get only table names (without schema) and get the schema when the user clicks a table.