10,000 is a lot of data, but it depends on a lot of things. I try not to
push about 5k as a rule, but I've done about 20k and not had any performance
issues on P4's all of which had 256 mb.
"Agnes" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I got a tables which got 10,000 records.
> user will input the invoice no as key.
> my strConnection = "select * from invoice_Table where invno ='" &
> (Me.txtInvoiceNo.Text) &"' "
> in my form, there are over 20 textbox.
> If i use databinding to bind each textbox. will it become slow ???
> if i move the position, will it slow ??
>
> Thanks
>
>
|