Click here to Skip to main content
15,909,466 members
Home / Discussions / C#
   

C#

 
AnswerRe: using (DataReader) inside loop Pin
cnich231-Aug-06 5:02
cnich231-Aug-06 5:02 
AnswerRe: using (DataReader) inside loop Pin
Dustin Metzgar1-Aug-06 6:10
Dustin Metzgar1-Aug-06 6:10 
GeneralRe: using (DataReader) inside loop Pin
cnich232-Aug-06 4:19
cnich232-Aug-06 4:19 
GeneralRe: using (DataReader) inside loop Pin
Dustin Metzgar2-Aug-06 4:41
Dustin Metzgar2-Aug-06 4:41 
GeneralRe: using (DataReader) inside loop Pin
cnich233-Aug-06 11:23
cnich233-Aug-06 11:23 
Questiondocuments saving Pin
_tasleem1-Aug-06 4:38
_tasleem1-Aug-06 4:38 
AnswerRe: documents saving Pin
Colin Angus Mackay1-Aug-06 4:52
Colin Angus Mackay1-Aug-06 4:52 
AnswerRe: documents saving Pin
A.A.1-Aug-06 5:06
A.A.1-Aug-06 5:06 
Which you chose depends on a lot of variables that is applicable to your specific project. Here are some thoughts that you might consider

1) Are the paths accessible by other applications [web server?] that might need them

2) Do the files have different backup requirements then the database? Maybe you might have a dedicated file server backup

3) Are there lots of reads and modifications? If so you might consider storing just the path if the files are extremely large, as this is the purpose of the file system.

4) Do you have to jump through permissions hoop to synch the application accessibility to your database and file server

5) Is the database and file server on two different machines? If so and your database server is under heavy loads, you might consider offloading some of the work to the file server. In this case though you have to keep in mind you might run through networking issues.

and list goes on and on...


Recitation(not full prayer)in AlMasjid AlHaram
Surah AlHaaqa(The Reality)
Surah Qaf
Eid Alfitr
Turning Muslim in Texas?

GeneralRe: documents saving Pin
_tasleem1-Aug-06 8:03
_tasleem1-Aug-06 8:03 
QuestionDefine interface / abstract class with constructor Pin
Florian Storck1-Aug-06 4:12
Florian Storck1-Aug-06 4:12 
AnswerRe: Define interface / abstract class with constructor Pin
NrmMyth1-Aug-06 4:45
NrmMyth1-Aug-06 4:45 
AnswerRe: Define interface / abstract class with constructor Pin
Colin Angus Mackay1-Aug-06 5:02
Colin Angus Mackay1-Aug-06 5:02 
GeneralRe: Define interface / abstract class with constructor Pin
Florian Storck2-Aug-06 4:28
Florian Storck2-Aug-06 4:28 
GeneralRe: Define interface / abstract class with constructor Pin
Colin Angus Mackay2-Aug-06 7:56
Colin Angus Mackay2-Aug-06 7:56 
Questionloading bitmap file Pin
diddy341-Aug-06 3:58
diddy341-Aug-06 3:58 
AnswerRe: loading bitmap file Pin
J4amieC1-Aug-06 4:01
J4amieC1-Aug-06 4:01 
QuestionDisposing a Dataset Pin
fearless stallion1-Aug-06 2:36
fearless stallion1-Aug-06 2:36 
AnswerRe: Disposing a Dataset Pin
ToddHileHoffer1-Aug-06 3:14
ToddHileHoffer1-Aug-06 3:14 
GeneralRe: Disposing a Dataset Pin
fearless stallion1-Aug-06 4:38
fearless stallion1-Aug-06 4:38 
QuestionSyntax problem Pin
psamy1-Aug-06 2:15
psamy1-Aug-06 2:15 
AnswerRe: Syntax problem Pin
rah_sin1-Aug-06 2:22
professionalrah_sin1-Aug-06 2:22 
GeneralRe: Syntax problem Pin
Ennis Ray Lynch, Jr.1-Aug-06 4:46
Ennis Ray Lynch, Jr.1-Aug-06 4:46 
QuestionBinding Datagrid with texboxes Pin
Mamphekgo1-Aug-06 2:01
Mamphekgo1-Aug-06 2:01 
QuestionHow to get the size of reference type stucture Pin
engsrini1-Aug-06 1:28
engsrini1-Aug-06 1:28 
AnswerRe: How to get the size of reference type stucture Pin
mav.northwind1-Aug-06 1:54
mav.northwind1-Aug-06 1:54 

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.