Consultor Eletrônico



Kbase P113189: Can Private Buffers (-Bp) be set for an SQL client?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   09/08/2010
Status: Verified

GOAL:

Can Private Buffers (-Bp) be set for an SQL client?

FIX:

Private Buffers are set in the _MyConnection VST. The following example demonstrates how to turn private read-only buffers on and off using an SQL statement: UPDATE pub."_MyConnection" SET "_MyConn-NumSeqBuffers" = 6. UPDATE pub."_MyConnection" SET "_MyConn-NumSeqBuffers" = 0.