A variável Long String não tem tamanho fixo, acompanha o tamanho do conteúdo 
alocado.

Segue abaixo trecho do manual:
Long String

Use this data type for character data. The only limit on the length of a Long 
String data type is available system memory.

Use this data type to read and write SQL database columns longer than 254 bytes.

When to use Long Strings

You need to use the Long String data type for bind and INTO variables for 
database columns that are longer than 254 bytes, as the table below shows:

Internally, SQLWindows uses the SQL/API functions sqlrlo and sqlwlo to read and 
write these column data types.

Marcelo Urbano




----- Original Message ----- 
From: "David Salomao" <da...@paranacidade.org.br>
To: <sqlwin@virtualand.net>
Sent: Wednesday, March 04, 2009 11:49 AM
Subject: [sqlwin] LONG STRING


> Olá pessoal,
> Alguém sabe exatamente aqual o tamanha da variável Long String ? Quanto 
> ele realmente aloca de memória quando é criado.
> 
> Grato,
> David Salomão
> ==============================================
> Lista de Centura SQLWindows
> Administrador : adm_sql...@hotmail.com
> [ http://www.centuraexplorer.com ]
> Para sair desta lista mande mensagem para:
> majord...@virtualand.net sem nada no Subject e
> com o comando a seguir no corpo da msg:
> "unsubscribe sqlwin" (sem as aspas)
> ==============================================

Responder a