SQLQRYMODE settings

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

SQLQRYMODE settings

Return to chapter overview

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.