Click here to Skip to main content
15,891,136 members
Home / Discussions / Database
   

Database

 
GeneralRe: Clear database contents Pin
Zoltan Balazs15-Feb-07 11:18
Zoltan Balazs15-Feb-07 11:18 
GeneralRe: Clear database contents Pin
Member 9615-Feb-07 11:29
Member 9615-Feb-07 11:29 
GeneralRe: Clear database contents Pin
Zoltan Balazs15-Feb-07 11:33
Zoltan Balazs15-Feb-07 11:33 
GeneralRe: Clear database contents Pin
Member 9615-Feb-07 11:39
Member 9615-Feb-07 11:39 
GeneralRe: Clear database contents Pin
Zoltan Balazs15-Feb-07 11:42
Zoltan Balazs15-Feb-07 11:42 
GeneralRe: Clear database contents Pin
Member 9615-Feb-07 11:47
Member 9615-Feb-07 11:47 
GeneralRe: Clear database contents Pin
Zoltan Balazs15-Feb-07 11:52
Zoltan Balazs15-Feb-07 11:52 
Questionautocomplete using large lookup table Pin
AndrusM15-Feb-07 8:52
AndrusM15-Feb-07 8:52 
I'm creating Winforms database application using VCS Express 2005

I have some large lookup tables (may be up to 500000 records) which
contains name and id and are stored in sql server.

I need to create single line combobox style control which:

1. Allows to type first characters in name
2. Auto-completes entered data by using first match
3. Allows to open picklist based by entered data and select name

I tried to use Combobox with lookup table.
I can set combobox autocomplete source to lookup table and autocomplete
window shows matches very well.

Lookup parts table is big, it takes a lot of time to load the
data source.

I think I need virtual combobox control with autocomplete and selection from
list.

Is is not reasonable to load whole table as combobox lookup table during
combobox
creation like ms doc sample recommends.


I have found 2 possibilities:

1. Add some code to combobox events to implement virtual mode. Is this
possible ?

2. Create textbox, selection button and use (virtual?) DataGridView to
emulate virtual dropdown list. In this case I must create UI in code
also.

Which way is better ?
Where to find more information about this ?



Andrus

AnswerRe: autocomplete using large lookup table Pin
-Dr_X-15-Feb-07 10:55
-Dr_X-15-Feb-07 10:55 
GeneralRe: autocomplete using large lookup table Pin
AndrusM16-Feb-07 3:09
AndrusM16-Feb-07 3:09 
AnswerRe: autocomplete using large lookup table Pin
Keith Worden16-Feb-07 6:08
Keith Worden16-Feb-07 6:08 
GeneralRe: autocomplete using large lookup table Pin
AndrusM16-Feb-07 6:16
AndrusM16-Feb-07 6:16 
GeneralRe: autocomplete using large lookup table Pin
Keith Worden16-Feb-07 6:23
Keith Worden16-Feb-07 6:23 
QuestionTransaction on Dataset in ADO.net Pin
Neeraj_Maurya15-Feb-07 5:37
Neeraj_Maurya15-Feb-07 5:37 
AnswerRe: Transaction on Dataset in ADO.net Pin
Colin Angus Mackay15-Feb-07 13:47
Colin Angus Mackay15-Feb-07 13:47 
Questiongetting data from the DB Pin
minkinin15-Feb-07 2:25
minkinin15-Feb-07 2:25 
AnswerRe: getting data from the DB Pin
Member 9615-Feb-07 11:42
Member 9615-Feb-07 11:42 
QuestionTrigger examples needed Pin
Saira Tanwir14-Feb-07 14:28
Saira Tanwir14-Feb-07 14:28 
AnswerRe: Trigger examples needed Pin
subai14-Feb-07 18:11
subai14-Feb-07 18:11 
AnswerRe: Trigger examples needed Pin
Colin Angus Mackay14-Feb-07 22:39
Colin Angus Mackay14-Feb-07 22:39 
QuestionDelete row Pin
kani9814-Feb-07 11:23
kani9814-Feb-07 11:23 
AnswerRe: Delete row Pin
subai14-Feb-07 18:10
subai14-Feb-07 18:10 
QuestionAlter table query issue Pin
Saira Tanwir14-Feb-07 5:59
Saira Tanwir14-Feb-07 5:59 
AnswerRe: Alter table query issue Pin
Elina Blank14-Feb-07 8:22
sitebuilderElina Blank14-Feb-07 8:22 
QuestionConnect VB.net 2005 with Sql Server 2000 "connection string" [modified] Pin
kindman_nb14-Feb-07 5:07
kindman_nb14-Feb-07 5:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.