how can i browse the pictrue quickly?

  • Thread starter Thread starter lemonvital
  • Start date Start date
L

lemonvital

i wan to browse product'picture by category.but there are too many pictrue
in database,how can i browse quickly?i want the function like Acdsee.
 
You want to structure your database so that when you query it you can have
smaller return sets. I can't tell you exactly how to do that in your cases,
but know that if you are trying to bring large files across a network or
over the Internet just because they are part of a selection that has members
you may not need, then there is a problem with the design of your database.

It's like using a datagrid and binding it to a large database instead of
small sections at a time. It will run like dog ;-)
 
Back
Top