Ao tentar criar um indice com ADS me ocorre o seguinte erro:
Erro ADSCDX/3211 Erro de criação do arquivo.
Como seria as linhas abaixo:
- Code: Select all Expand view RUN
USE "CLIENTES" alias "CLIE" shared new via "ADS"
if !file( "CLIENTES.CDX" )
index on CLI_CODI tag CODI to ( "CLIENTES" ) for !CLIE->( deleted() )
index on CLI_NOME tag NOME to ( "CLIENTES" ) for !CLIE->( deleted() )
endif
set index to ( "CLIENTES" )
Obrigado,
Rossine.