Hi,
I am just after some advice - what SQL query builder would you all recommend , that works with SQL Anywhere 16 ?
regards
Andrew
Hi,
I am just after some advice - what SQL query builder would you all recommend , that works with SQL Anywhere 16 ?
regards
Andrew
I use SqlAnyWhere 16, because it has many functionalities:
1.- Supports up to 32,000 concurrent connections.
2.- You can declare SOAP WebServices with JSON, RAW, XML formats. No need IIS
3.- You can create events to run external applications.
4.- You can schedule backups and maintenance to the database.
5.- You can schedule tasks.
6.- You can link database server tables such as Oracle, SqlAnywer and other servers. This means that you can make an insert in SqlAnyWhere and the data will be saved in the linked database.
7.- You can make this database server run as an application or as a service.
8.- It's fast an easy to install, my application install and setup a "server" in 3 mins with just one click
9.- Run in the Cloud (I have personally tested it with AWS)
And finally it's free.
If you want more information write me:
adolfochairez@yahoo.com
Have a look at DBeaver Community edition: https://dbeaver.io/ it's free.
Setup for sqlanywhere: https://learningintheopen.org/2019/07/24/dbeaver-sql-anywhere-database-connection-setup/
Or Flyspeed SQL, which has become pretty good over the last years and used to be free. If there's no longer a free version, it's still very cheap (like $40):
https://www.activedbsoft.com/download-querytool.html
You can also try UltimateSuite SQL (powertothebuilder.com). It's free, and it's developef using PB...
Andreas.
I have not used this personally but https://razorsql.com/docs/query_builder.html
I don't think it's free.
regards