Thanks Yannis,
I understand that you confused with my problem, and I am trying to solve it
before hand to avoid problems later.
Let say user want to input an item (this is a department store) and s/he
must choose the category of the item. S/he could either click a button to
direct her to a form containing all the categories then choose from there,
or she could just click a lookup combobox, which, I believe, the easier way.
The category of items on this store could reach 3000-4000 items as informed
by the owner.
Quote
In any case in your position I'd not use a dblookupcombo component
1300 records to choose from are not consider user friendly IHMO.
That's what in my mind right now. The 1300 records are from my previous
project but they not all presented to the user, I made a select from this
table, and presented only the selected ones. What I meant here was the
SQLCommand in the lookupcombo was fast in performing the select from the
table eventhough it quite large.
I haven't made the table yet, since I am still on the design step of this
project. They want me to make a presentation of what would I do.
Thanks.
----- Original Message -----
From: "Yannis" <
XXXX@XXXXX.COM>
Newsgroups: borland.public.delphi.database.sqlservers
Sent: Thursday, May 12, 2005 4:58 PM
Subject: Re: New to SQLServer Programming
Quote
Herry B. writes:
>Yannis,
>I tried with 1300 records and all run ok, I am worrying about the
>growing data, and some table could be quite large, say, in a year.
>
I'm a litle confused. My biggest lookup table has 600 ~ 800 records.
Are you sure your talking about lookup tables and not a master detail
relationship? I do not know your design or the problem you are
addressing but usually a look up table is made of more or less fixed
number of items (after a period of time).
In any case in your position I'd not use a dblookupcombo component
1300 records to choose from are not consider user friendly IHMO. I
would change the design to a search component (either dialog or a
custom drop down grid etc) letting the user key in a number of
chataracters in order to fetch from the database a smaller dataset for
him/her to choose from.
Also you sya and I quote
Quote/
I know to use a selected record only, but it takes time too, right?
/Quote
This confuses me a lot.
How big do you expect this table to be?
What is the record size?
Can you post the design?
Regards
Yannis.