Click here to Skip to main content
15,890,186 members
Home / Discussions / Database
   

Database

 
GeneralRe: Is it possible for triggers not to execute when the performance is poor? Pin
Rafferty Uy2-Dec-08 20:28
Rafferty Uy2-Dec-08 20:28 
GeneralRe: Is it possible for triggers not to execute when the performance is poor? Pin
Wendelius3-Dec-08 8:03
mentorWendelius3-Dec-08 8:03 
GeneralRe: Is it possible for triggers not to execute when the performance is poor? Pin
Rafferty Uy3-Dec-08 18:30
Rafferty Uy3-Dec-08 18:30 
GeneralRe: Is it possible for triggers not to execute when the performance is poor? Pin
Wendelius4-Dec-08 3:49
mentorWendelius4-Dec-08 3:49 
QuestionOleDb?Connection property has not been initialized Pin
dec821-Dec-08 16:25
dec821-Dec-08 16:25 
AnswerRe: OleDb?Connection property has not been initialized Pin
Umair Feroze1-Dec-08 17:02
Umair Feroze1-Dec-08 17:02 
GeneralRe: OleDb?Connection property has not been initialized Pin
dec821-Dec-08 18:15
dec821-Dec-08 18:15 
AnswerRe: OleDb?Connection property has not been initialized Pin
Wendelius1-Dec-08 23:18
mentorWendelius1-Dec-08 23:18 
Why are you creating an OleDbDataReader for an INSERT statement? It makes no sense since reader is used when you fetch data from the database.

Also you execute the command before setting any parameters or their values.

The need to optimize rises from a bad design.My articles[^]

QuestionDate Ranges [modified] Pin
mobius1110011-Dec-08 8:43
mobius1110011-Dec-08 8:43 
AnswerRe: Date Ranges Pin
Wendelius1-Dec-08 9:21
mentorWendelius1-Dec-08 9:21 
QuestionDatabase updating at clients end Pin
singhdheeraj2130-Nov-08 23:42
singhdheeraj2130-Nov-08 23:42 
AnswerRe: Database updating at clients end Pin
Umair Feroze1-Dec-08 1:41
Umair Feroze1-Dec-08 1:41 
AnswerRe: Database updating at clients end Pin
Ashfield1-Dec-08 4:19
Ashfield1-Dec-08 4:19 
QuestionExtendex Properties In Sql Server 2005 Pin
ais0729-Nov-08 23:53
ais0729-Nov-08 23:53 
AnswerRe: Extendex Properties In Sql Server 2005 Pin
Wendelius30-Nov-08 0:01
mentorWendelius30-Nov-08 0:01 
QuestionSQL syntax question? Pin
programmervb.netc++29-Nov-08 10:35
programmervb.netc++29-Nov-08 10:35 
AnswerRe: SQL syntax question? Pin
Wendelius29-Nov-08 11:23
mentorWendelius29-Nov-08 11:23 
GeneralRe: SQL syntax question? Pin
programmervb.netc++29-Nov-08 13:42
programmervb.netc++29-Nov-08 13:42 
GeneralRe: SQL syntax question? Pin
programmervb.netc++2-Dec-08 6:50
programmervb.netc++2-Dec-08 6:50 
GeneralRe: SQL syntax question? Pin
Wendelius2-Dec-08 7:58
mentorWendelius2-Dec-08 7:58 
Questionsql server instalation Pin
ahawari0928-Nov-08 3:43
ahawari0928-Nov-08 3:43 
AnswerRe: sql server instalation Pin
Wendelius28-Nov-08 3:49
mentorWendelius28-Nov-08 3:49 
GeneralRe: sql server instalation Pin
Jerry Hammond28-Nov-08 8:08
Jerry Hammond28-Nov-08 8:08 
GeneralRe: sql server instalation Pin
Wendelius28-Nov-08 8:34
mentorWendelius28-Nov-08 8:34 
AnswerRe: sql server instalation Pin
Jerry Hammond28-Nov-08 8:10
Jerry Hammond28-Nov-08 8:10 

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.