SQL

Structured Query Language (SQL) is the most popular computer language used to create, modify and retrieve data from relational database management systems (RDBMS). The language has evolved beyond its original purpose to support object-relational database management systems. It is an ANSI/ISO standard.

Borland Database Engine (BDE) is 32-bit Windows-based core database engine and connectivity software behind Borland Delphi, C++ Builder, IntraBuilder, Paradox for Windows, and Visual dBASE for Windows.

Open Database Connectivity (ODBC) is a standard software API specification for using database management systems (DBMS). ODBC is designed to be independent of programming language, database system and operating system.

从ADO"经典"迁移到ADO.NET

本软件是一个SQL数据库浏览器。它是通过BDE/ODBC或ADO方式直接连接数据库进行查询。 如果要使用BDE/ODBC连接方式连接数据库,就必须安装DELPHI BDE,如果使用ADO进行连接, 则直接可以进行。它可以说是程序员 或数据库管理人员在开发数据库应用程序或维护数据库使用时 的一个非常得心应手的数据库工具。 使用非常方便,运行速度快。软件界面类似于“Delphi”的 “SQL Explorer”, 还可以直接执行自己书写(或从文件中读取的)的SQL语句。