Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

try update gdb error

0 views
Skip to first unread message

Bit

unread,
Feb 13, 2006, 8:09:49 AM2/13/06
to
hi people!
i'm try update database show error:
CREATE TABLE SRI_ANALISE_ITENS_DET(
ID_ITENS_DET DOMAIN_SEQUENCIAL_PK NOT NULL ,
ID_REG_INVEST DOMAIN_ID_SEQ_MAX NOT NULL ,
ID_ORDEM DOMAIN_ID_SEQ_PEQ NOT NULL ,
ID_F_PESSOAL DOMAIN_ID_SEQ_MAX,
ID_F_TRABALHO DOMAIN_ID_SEQ_MAX,
ID_DET_F_PESSOAL DOMAIN_ID_SEQ_MAX,
ID_DET_F_TRABALHO DOMAIN_ID_SEQ_MAX,
DETALHES CAMPO_TEXTO_GRANDE
);

error: new record size of 71548 bytes is too big

thx

Bit


Bill Todd

unread,
Feb 13, 2006, 8:02:12 AM2/13/06
to
Bit wrote:

Do you have a question?

--
Bill Todd (TeamB)

Bit

unread,
Feb 13, 2006, 9:23:55 AM2/13/06
to
that error and this 'new record size of 71548 bytes is too big'

thx

Bit


"Bill Todd" <n...@no.com> escreveu na mensagem
news:43f09164$1...@newsgroups.borland.com...

Craig Stuntz [TeamB]

unread,
Feb 13, 2006, 10:42:03 AM2/13/06
to
Bit wrote:

> error: new record size of 71548 bytes is too big

Is this the *exact* error message?

IB won't allow indices on [VAR]CHAR columns greater than around 256
bytes. But since you don't give the full source for the table (e.g.,
DOMAINs, CONSTRAINTs, etc.) and the message looks like it isn't the
real message you're seeing, it's hard to tell.

--
Craig Stuntz [TeamB] · Vertex Systems Corp. · Columbus, OH
Delphi/InterBase Weblog : http://blogs.teamb.com/craigstuntz
Borland newsgroup denizen Sergio González has a new CD of
Irish music out, and it's good: http://tinyurl.com/7hgfr

0 new messages