| Description:
Sequel is an object-oriented wrapper for ODBC implementation for Win32 platforms. It means that the ODBC API is wrapped into classes, which represent all data structures and routines needed to work with databases with taken of SQL. Realized as COM automation server it covers the area of programming with e.g. Delphi, C++ Builder, Visual Studio, Visual Basic Scripting and creating of active server pages. As ODBC itself is a low-level programming interface, Sequel is the high-level one. It provides object model for database programming via its automation COM interfaces. |