SQLQRYMODE settings
|
<< Click to Display Table of Contents >> SQLQRYMODE settings |
![]() ![]()
|
Setting |
Meaning |
NULL (blank setting) |
(Default mode) Query goes first to the SQL server. If the server is unable to perform the query, it is performed at the Borland desktop. |
SERVER |
Query is sent to the SQL server. If the server is unable to perform the query, it fails. |
LOCAL |
Query is always performed at the desktop. |