by John Overton (2 Submissions)
Category: Databases/Data Access/DAO/ADO
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating:
(5 Votes)
Allows user to connect to database(Access or SQL Server), view schema(tables, fields, databases). It's main feature is to allow the user to point and click their sql queries using an updatable text file containing sql constants and a treeview of the actual database. Please let me know what you think.
Inputs
SQl Text File, Database(SQL Server or Access)
Assumes
Understand SQL
Code Returns
It returns a datagrid of the sql statement, automatically copys sql onto clipboard, saves query textfile.
Side Effects
N/A
Download QuickQuery (8 KB)