Subject | Re: fb table limit question |
---|---|
Author | bwc3068 |
Post date | 2006-03-02T21:36:04Z |
thanks for the info.
i look forward to converting my app and really appreciate forums
like to when i get stumped.
regards
kelly
--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@...>
wrote:
i look forward to converting my app and really appreciate forums
like to when i get stumped.
regards
kelly
--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@...>
wrote:
>in FB.
> At 09:39 AM 2/03/2006, you wrote:
> > hi--
> >
> > i am just beginning a conversion from BDE to FB / IBO.
> >
> > one of my main concerns is the number of fields per record/row
> >row count in
> > the BDE is limited to 255 and that is was too low for my app.
> >
> > i have spent hours looking on the web for a maximum column per
> > FB 1.5 and.or 2 and just can't seem to find one.is
> >
> > is there a limit? is it greater then 255?
>
> There is not a "column count limit". The maximum width of a row
> 64 Kb, minus a few bytes. Add up the byte count for the declaredtimestamp
> size of each column, counting 8 bytes for each BLOB or ARRAY type
> column, and adding 2 bytes for each VARCHAR column. Integers,
> floats, date, time are 4 bytes; BigInt, double precision,
> are 8; numeric and decimal, 4 (if precision < 10) or 8 otherwise.Intraweb. I'm
>
> > and one other thing...i also have an ISAPI DLL created with
> > assuming that FB / IBO work just fine with IW, correct?don't
>
> Isapi DLLs work fine with an IBO back-end. The Community site
> (community.ibobjects.com) and the IBO FAQ are both Isapi
> dlls. Whether there are any problems specific to Intraweb, I
> know. The Community site was built with Indy; the FAQ app uses aExpress
> regular Delphi web app.
>
> >(hmmm..i seem to be having a hard time posting this using Outlook
> >NewsGroups...so, i emailed it to yahoogroups.com, is that usual?)course,
>
> Yes. This is an email list, not a newsgroup. You *can* use a
> newsgroup interface, as this list is mirrored at
> news.atkin.com. Advice about using OE is off-topic here, of
> but quite a few of us use Xananews, a news client written withDelphi
> and Indy. If you're interested, Google for it.
>
> Helen
>