Description of SQLQuery for C++Builder :
SQLQuery is a TQuery replacement when using MS SQL Server as database server. SQLQuery has a lot of enhancements and does not require the BDE. It works with Delphi 3&4 and C++Builder 3&4, Standard, Professional and C/S versions. SQLQuery is designed to be fast and easy to use and to overcome some of the problems encountered with TQuery as blob handling, IDENTITY fields and the problem of inserting rows in a result set and have the set appear correctly. Queries can be run asynchronous without having to code threads and synchronization manually.