Algu�m pode ajudar:

Trabalho com centura 1.5.1 PTF5 acessando o Oracle 7.3 o programa

abaixo est� funcionando em algumas m�quinas e em outras a mensagem de erro

� mostrada:

SQL statement:

    Select VALOR From PARAMETROS Where PARAM='GLOBAL_LOG' Into :lsValor

Cannot create a front-end result set

Number: 166

      Reason: This error can occur because the client workstation is out of
       memory, or a temporary file name could not be created, or
       because the temporary front-end result set file could not be
       opened.

      Remedy: Verify that there is sufficient memory at the client
       workstation.  Verify that the FILES configuration parameter of
       your operating system is set high enough to support multiple
       files.

Programa:

Set SqlUser="BOASORTE"
Set SqlPassword="BOA"
Set SqlDatabase="nt"
Call SqlConnect( hSqlComum )
Call SqlSetParameter( hSqlComum, DBP_AUTOCOMMIT, FALSE, "" )
Call SqlSetResultSet(hSqlComum, 1 )
If Not( SqlPrepareAndExecute( hSqlComum, "Select VALOR From PARAMETROS Where PARAM='GLOBAL_LOG'" ||
  " Into :lsValor") )
 Return FALSE



Copa 2002
Yahoo! - Patrocinador oficial da Copa do Mundo da FIFA 2002

Responder a