ODBCQueryTool icon indicating copy to clipboard operation
ODBCQueryTool copied to clipboard

Open ODBC Querytool for SQL RDBMS environments

Results 8 ODBCQueryTool issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to implement a script to automate some installation steps of an Application Installer. However, the ":file open" command does not work. No file will be created...

Hello, in a script I need to save results from a database query for a next query. For this it would be great to store the value of a result...

On two systems that have not had your tool installed, I am prompted whether to overwrite a previous installation, even though none exists. I had wondered whether George Poulose's QTODBC...

Hello, unfortunately, the SQL query to IBM DB2 fails: Error in SQL statement: ODBC-call returned [-1] : [42000][-104][IBM][System i Access ODBC-Treiber][DB2 für i5/OS]SQL0104 - Token . ungültig. Gültige Token: FOR...

Hello Edwig, if ODBCQuery detects a file that is opened in ODBCQuery and that is modified by another program it shows correctly a prompt if the file should be reloaded...

Hello Edwig, running a query which returns many rows only two less rows will be shown scrolling the first time to the end of the result set. Clicking into one...

Hello Edwig, as you may have seen from my sample script I intend to use ":if" statements in different ways, not only together with ":print" or other script sstatements, but...

Hello Edwig, the following Update and Insert Statements return the following ODBC errors: ``` update PropVals set value='StartParm' where objectid = ? and propertyid = 88; update PropVals set [value]='D:\zrgu'...