Click here to Skip to main content
16,005,120 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: printing in continuous form with dot matrix Pin
Dave Kreskowiak13-Mar-06 5:47
mveDave Kreskowiak13-Mar-06 5:47 
GeneralRe: printing in continuous form with dot matrix Pin
klakero14-Mar-06 14:27
klakero14-Mar-06 14:27 
QuestionProblem with List Items Collection Pin
KaKa'12-Mar-06 15:34
KaKa'12-Mar-06 15:34 
AnswerRe: Problem with List Items Collection Pin
Dave Kreskowiak13-Mar-06 9:11
mveDave Kreskowiak13-Mar-06 9:11 
QuestionHow to improve efficiency when I frequent query data from a dictionary table? Pin
CooperWu12-Mar-06 15:31
CooperWu12-Mar-06 15:31 
AnswerRe: How to improve efficiency when I frequent query data from a dictionary table? Pin
Steve Pullan12-Mar-06 15:55
Steve Pullan12-Mar-06 15:55 
GeneralRe: How to improve efficiency when I frequent query data from a dictionary table? Pin
CooperWu12-Mar-06 16:03
CooperWu12-Mar-06 16:03 
GeneralRe: How to improve efficiency when I frequent query data from a dictionary table? Pin
Steve Pullan12-Mar-06 18:39
Steve Pullan12-Mar-06 18:39 
WuJunyin wrote:
Do you know other way to improve efficiency?


Depends on a whole heap of factors, not the least of which is the size of your database, what database engine you are using, the number of transactions on the database (including your app and others that may be accessing it concurrently) etc...

Simply reducing the number of database queries by caching data already retrieved will improve it too (saves a round trip to the database server).


...Steve

1. quod erat demonstrandum
2. "Give a man a fish and you've fed him for a day. Teach him how to fish and you've fed him for life."
I read that somewhere once Smile | :)
(Translation: I'll show you the way, but not write the code for you.)
GeneralRe: How to improve efficiency when I frequent query data from a dictionary table? Pin
CooperWu12-Mar-06 19:03
CooperWu12-Mar-06 19:03 
QuestionWindow over-redrawing itself Pin
Nick_Kisialiou12-Mar-06 10:11
Nick_Kisialiou12-Mar-06 10:11 
AnswerRe: Window over-redrawing itself Pin
Dave Kreskowiak12-Mar-06 15:57
mveDave Kreskowiak12-Mar-06 15:57 
GeneralRe: Window over-redrawing itself Pin
Nick_Kisialiou12-Mar-06 16:17
Nick_Kisialiou12-Mar-06 16:17 
GeneralRe: Window over-redrawing itself Pin
Dave Kreskowiak12-Mar-06 16:36
mveDave Kreskowiak12-Mar-06 16:36 
QuestionFind and Replace code Pin
zabsmarty12-Mar-06 2:58
zabsmarty12-Mar-06 2:58 
AnswerRe: Find and Replace code Pin
Dave Kreskowiak12-Mar-06 4:31
mveDave Kreskowiak12-Mar-06 4:31 
QuestionProcess Enumeration in vb6 Pin
MohammadAmiry12-Mar-06 2:19
MohammadAmiry12-Mar-06 2:19 
AnswerRe: Process Enumeration in vb6 Pin
Dave Kreskowiak12-Mar-06 4:21
mveDave Kreskowiak12-Mar-06 4:21 
QuestionFixed path for File Open/Save Dialog.... Pin
ibexcentral12-Mar-06 0:37
ibexcentral12-Mar-06 0:37 
AnswerRe: Fixed path for File Open/Save Dialog.... Pin
Dave Kreskowiak12-Mar-06 4:12
mveDave Kreskowiak12-Mar-06 4:12 
GeneralRe: Fixed path for File Open/Save Dialog.... Pin
ibexcentral12-Mar-06 10:07
ibexcentral12-Mar-06 10:07 
GeneralRe: Fixed path for File Open/Save Dialog.... Pin
Chatura Dilan12-Mar-06 15:28
Chatura Dilan12-Mar-06 15:28 
AnswerRe: Fixed path for File Open/Save Dialog.... Pin
CooperWu12-Mar-06 16:09
CooperWu12-Mar-06 16:09 
QuestionJump Focus Pin
Jeeva Jose11-Mar-06 22:58
Jeeva Jose11-Mar-06 22:58 
AnswerRe: Jump Focus Pin
Chatura Dilan12-Mar-06 0:00
Chatura Dilan12-Mar-06 0:00 
Questionerror on using arrray...(not a member of the form) ?? Pin
campbells11-Mar-06 16:25
campbells11-Mar-06 16:25 

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.