Click here to Skip to main content
15,891,248 members
Home / Discussions / C#
   

C#

 
GeneralRe: Is there a way to get a "\n\n" down to a single "\n"? Pin
glennPattonWork330-Aug-12 23:08
professionalglennPattonWork330-Aug-12 23:08 
GeneralRe: Is there a way to get a "\n\n" down to a single "\n"? Pin
PIEBALDconsult31-Aug-12 4:12
mvePIEBALDconsult31-Aug-12 4:12 
GeneralRe: Is there a way to get a "\n\n" down to a single "\n"? Pin
glennPattonWork331-Aug-12 4:19
professionalglennPattonWork331-Aug-12 4:19 
Questionapp.config file Pin
dcof30-Aug-12 4:09
dcof30-Aug-12 4:09 
AnswerRe: app.config file Pin
jschell30-Aug-12 8:54
jschell30-Aug-12 8:54 
GeneralRe: app.config file Pin
Aby Thomas Varghese30-Aug-12 11:52
Aby Thomas Varghese30-Aug-12 11:52 
GeneralRe: app.config file Pin
dcof30-Aug-12 18:03
dcof30-Aug-12 18:03 
GeneralRe: app.config file Pin
Pete O'Hanlon30-Aug-12 22:17
mvePete O'Hanlon30-Aug-12 22:17 
Well, the first thing I see there is that you aren't basing the directory structure off the customer name. You are basing it off the date first, so your example doesn't match your stated requirements. Which one is right?

You don't actually need to complicate things like this - all you need to do is create a common root path for the customer data, and then put the customers under that root path. For instance:

c:\App Customers\Customer 1\08-30-2012
c:\App Customers\Customer 1\08-31-2012
c:\App Customers\Customer 2\08-30-2012
c:\App Customers\Customer 3\08-31-2012

Then you can just look for the appropriate customer path. Add yourself a little SQLLITE database and you can store the base path in there, along with any other dynamic information you need.

*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

"Mind bleach! Send me mind bleach!" - Nagy Vilmos


CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

GeneralRe: app.config file Pin
Pete O'Hanlon30-Aug-12 22:13
mvePete O'Hanlon30-Aug-12 22:13 
GeneralRe: app.config file Pin
jschell31-Aug-12 6:48
jschell31-Aug-12 6:48 
GeneralRe: app.config file Pin
Pete O'Hanlon31-Aug-12 8:56
mvePete O'Hanlon31-Aug-12 8:56 
GeneralRe: app.config file Pin
jschell1-Sep-12 11:08
jschell1-Sep-12 11:08 
QuestionDatabase Usage in Any language Pin
B.Sudhir30-Aug-12 2:41
B.Sudhir30-Aug-12 2:41 
AnswerRe: Database Usage in Any language Pin
Wes Aday30-Aug-12 3:01
professionalWes Aday30-Aug-12 3:01 
Questionproblem while adding reference Pin
john563229-Aug-12 20:26
john563229-Aug-12 20:26 
AnswerRe: problem while adding reference Pin
Wayne Gaylard29-Aug-12 21:07
professionalWayne Gaylard29-Aug-12 21:07 
GeneralRe: problem while adding reference Pin
john563229-Aug-12 21:10
john563229-Aug-12 21:10 
GeneralRe: problem while adding reference Pin
Wayne Gaylard29-Aug-12 21:22
professionalWayne Gaylard29-Aug-12 21:22 
GeneralRe: problem while adding reference Pin
Ennis Ray Lynch, Jr.30-Aug-12 5:09
Ennis Ray Lynch, Jr.30-Aug-12 5:09 
GeneralRe: problem while adding reference Pin
Wayne Gaylard30-Aug-12 5:30
professionalWayne Gaylard30-Aug-12 5:30 
QuestionProblem Using ExecuteScalar Pin
ASPnoob29-Aug-12 18:56
ASPnoob29-Aug-12 18:56 
AnswerRe: Problem Using ExecuteScalar Pin
Bernhard Hiller29-Aug-12 20:45
Bernhard Hiller29-Aug-12 20:45 
AnswerRe: Problem Using ExecuteScalar Pin
Rohit Kumar Gora30-Aug-12 4:08
Rohit Kumar Gora30-Aug-12 4:08 
QuestionUsing an Array inside a Class Pin
Jacob Rotary29-Aug-12 10:49
Jacob Rotary29-Aug-12 10:49 
AnswerRe: Using an Array inside a Class Pin
Matt T Heffron29-Aug-12 11:11
professionalMatt T Heffron29-Aug-12 11:11 

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.