Click here to Skip to main content
15,915,019 members
Home / Discussions / Database
   

Database

 
GeneralUpdating recordset advice Pin
Jeremy Pullicino9-Jan-04 4:08
Jeremy Pullicino9-Jan-04 4:08 
GeneralTo Remote...Or Not To Remote... Pin
Sean Rock7-Jan-04 22:50
Sean Rock7-Jan-04 22:50 
GeneralRe: To Remote...Or Not To Remote... [modified] Pin
Marek Grzenkowicz8-Jan-04 5:47
Marek Grzenkowicz8-Jan-04 5:47 
GeneralRe: To Remote...Or Not To Remote... Pin
Sean Rock8-Jan-04 5:51
Sean Rock8-Jan-04 5:51 
GeneralRe: To Remote...Or Not To Remote... [modified] Pin
Marek Grzenkowicz8-Jan-04 20:55
Marek Grzenkowicz8-Jan-04 20:55 
GeneralRe: To Remote...Or Not To Remote... Pin
Sean Rock8-Jan-04 22:03
Sean Rock8-Jan-04 22:03 
QuestionWhat is The Effective Way.... Pin
Mohamad Al Husseiny7-Jan-04 17:39
Mohamad Al Husseiny7-Jan-04 17:39 
AnswerRe: What is The Effective Way.... [modified] Pin
Marek Grzenkowicz8-Jan-04 5:54
Marek Grzenkowicz8-Jan-04 5:54 
Two very basic advices:
1. return ONLY the data that you really need (do not use SELECT * ...),
2. return all data using ONE batch to minimize the network traffic; don't do something like:
do
  [your query]
while (...)


modified on Monday, August 30, 2010 6:42 AM

GeneralRe: What is The Effective Way.... Pin
Mohamad Al Husseiny9-Jan-04 6:58
Mohamad Al Husseiny9-Jan-04 6:58 
GeneralRe: What is The Effective Way.... Pin
Guillermo Rivero9-Jan-04 7:17
Guillermo Rivero9-Jan-04 7:17 
GeneralRe: What is The Effective Way.... Pin
Mohamad Al Husseiny9-Jan-04 19:21
Mohamad Al Husseiny9-Jan-04 19:21 
GeneralRe: What is The Effective Way.... Pin
Guillermo Rivero10-Jan-04 7:33
Guillermo Rivero10-Jan-04 7:33 
GeneralRe: What is The Effective Way.... Pin
Mohamad Al Husseiny10-Jan-04 19:48
Mohamad Al Husseiny10-Jan-04 19:48 
GeneralRe: What is The Effective Way.... Pin
Guillermo Rivero11-Jan-04 6:07
Guillermo Rivero11-Jan-04 6:07 
GeneralRe: What is The Effective Way.... Pin
Mohamad Al Husseiny11-Jan-04 19:54
Mohamad Al Husseiny11-Jan-04 19:54 
GeneralRe: What is The Effective Way.... Pin
jscorales11-Mar-04 23:35
jscorales11-Mar-04 23:35 
GeneralMultiserver jobs Pin
devvvy6-Jan-04 23:33
devvvy6-Jan-04 23:33 
GeneralError in BeginTransaction method Pin
nthy6-Jan-04 19:52
nthy6-Jan-04 19:52 
GeneralRe: Error in BeginTransaction method Pin
andyharman7-Jan-04 11:21
professionalandyharman7-Jan-04 11:21 
GeneralRe: Error in BeginTransaction method Pin
nthy7-Jan-04 14:24
nthy7-Jan-04 14:24 
Generalsp_depends return value Pin
preinsko6-Jan-04 18:47
preinsko6-Jan-04 18:47 
GeneralRe: sp_depends return value Pin
Mike Dimmick8-Jan-04 5:42
Mike Dimmick8-Jan-04 5:42 
GeneralRe: sp_depends return value Pin
preinsko8-Jan-04 18:00
preinsko8-Jan-04 18:00 
General"Microsoft.Jet.OLEDB.4.0" problem Pin
agrafov6-Jan-04 16:25
agrafov6-Jan-04 16:25 
GeneralRe: "Microsoft.Jet.OLEDB.4.0" problem Pin
Roger Wright6-Jan-04 20:38
professionalRoger Wright6-Jan-04 20:38 

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.