ODBC 4 ALL is a 32 bit Windows utility designed to easily allow any application, including DOS apps and batch files, to run SQL queries using any ODBC data source, (Access, Informix, MySql, Oracle, Sql Server, ...), redirecting the output to the screen, an ascii file / table or a DBF table.

When run in interactive mode, you can interactively choose the ODBC Data Source and Table, then insert the SQL command to send to the database server. If the command is a SELECT, the SQL results will be automatically shown on a screen grid, while INSERT, UPDATE etc. usually do not provides any output.

To use it inside a 3rd party application, you can create an ascii configuration file, then run ODBC4ALL.EXE to obtain the results of the SQL query into the desired output format.

In this case user intervention is not required. Even the error messages could be redirected to an ascii file (for example if the SQL query contains a syntax error, or if the database server is unreachable because the server PC is down) allowing the running application to check for errors before managing the results.

Ascii tables are particularly useful to obtain data views which are automatically printable using our Printfil - Windows Printing System for Applications software: https://www.printfil.com

The two modes can be mixed, allowing you to run it in interactive mode obtaining an ascii output file or to run it from within your application only to automatically show the results of the query to the user.

What's New:

1.When Odbc 4 All is running in batch mode, without any user intervention, and the initial screenshot has been disabled, it does not create any window at all.
In this way, if you are calling Odbc 4 All by a DOS application at full screen, Windows will leave the focus to your application, without recalling the GUI mode anymore;

2.Product activation (needed only to disable the initial screenshot) can now be performed automatically, without involving the Support Team, if your machine is connected to the Internet.
If the machine is not connected to the Internet, you can still activate the product by e-mailing the Support Team, like before;

3.Other minor improvements;