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

C#

 
GeneralRe: xmldocument question Pin
Yustme14-Sep-06 3:29
Yustme14-Sep-06 3:29 
GeneralRe: xmldocument question Pin
Stefan Troschuetz14-Sep-06 3:51
Stefan Troschuetz14-Sep-06 3:51 
GeneralRe: xmldocument question Pin
Yustme14-Sep-06 4:03
Yustme14-Sep-06 4:03 
AnswerRe: xmldocument question Pin
Hamid_RT14-Sep-06 9:46
Hamid_RT14-Sep-06 9:46 
Questionhow to copy a access database in c# Pin
faladrim14-Sep-06 2:43
faladrim14-Sep-06 2:43 
AnswerRe: how to copy a access database in c# Pin
Stefan Troschuetz14-Sep-06 3:20
Stefan Troschuetz14-Sep-06 3:20 
GeneralRe: how to copy a access database in c# Pin
faladrim14-Sep-06 3:31
faladrim14-Sep-06 3:31 
GeneralRe: how to copy a access database in c# Pin
Stefan Troschuetz14-Sep-06 3:58
Stefan Troschuetz14-Sep-06 3:58 
faladrim wrote:
i see, thats how i copy one database in the other, but db2.mdb does not exitst, i need to make a new one for every day


So what.? Don't hard code the destination file name but generate in a appropriate way.
string dest = "day" + DateTime.Now.DayOfYear.ToString() + ".mdb";
File.Copy("db1.mdb", dest, true);



"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

www.troschuetz.de

GeneralRe: how to copy a access database in c# Pin
faladrim14-Sep-06 4:04
faladrim14-Sep-06 4:04 
GeneralRe: how to copy a access database in c# Pin
Stefan Troschuetz14-Sep-06 4:11
Stefan Troschuetz14-Sep-06 4:11 
GeneralRe: how to copy a access database in c# Pin
faladrim14-Sep-06 4:16
faladrim14-Sep-06 4:16 
Questionproblem in form resizing Pin
kalaveer14-Sep-06 2:20
kalaveer14-Sep-06 2:20 
AnswerRe: problem in form resizing Pin
Not Active14-Sep-06 2:25
mentorNot Active14-Sep-06 2:25 
AnswerRe: problem in form resizing Pin
Andrei Ungureanu14-Sep-06 2:31
Andrei Ungureanu14-Sep-06 2:31 
GeneralRe: problem in form resizing Pin
kalaveer14-Sep-06 21:03
kalaveer14-Sep-06 21:03 
QuestionRetrieve Version Numbers of DLLs and Executables Pin
paas14-Sep-06 2:03
paas14-Sep-06 2:03 
AnswerRe: Retrieve Version Numbers of DLLs and Executables Pin
S. Senthil Kumar14-Sep-06 2:43
S. Senthil Kumar14-Sep-06 2:43 
GeneralRe: Retrieve Version Numbers of DLLs and Executables Pin
paas14-Sep-06 2:52
paas14-Sep-06 2:52 
Questionhow to save data in word or in pdf or csv using windows forms Pin
indiaone14-Sep-06 1:33
indiaone14-Sep-06 1:33 
AnswerRe: how to save data in word or in pdf or csv using windows forms Pin
Sebastian Schneider14-Sep-06 1:55
Sebastian Schneider14-Sep-06 1:55 
Questionmatlab to C#* 2 Pin
Haoman1714-Sep-06 1:07
Haoman1714-Sep-06 1:07 
Questionhow can implement "like" sql command whit filter property of bindingSource component? Pin
B.A14-Sep-06 0:57
B.A14-Sep-06 0:57 
AnswerRe: how can implement "like" sql command whit filter property of bindingSource component? Pin
Said Ali Jalali19-Jan-10 21:15
Said Ali Jalali19-Jan-10 21:15 
QuestionStop ClickOnce Publishing Pin
Brady Kelly14-Sep-06 0:52
Brady Kelly14-Sep-06 0:52 
AnswerRe: Stop ClickOnce Publishing Pin
Not Active14-Sep-06 2:30
mentorNot Active14-Sep-06 2:30 

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.