Click here to Skip to main content
15,895,667 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Compare Two Text Files Pin
riced12-May-09 7:34
riced12-May-09 7:34 
GeneralRe: Compare Two Text Files Pin
vijay248212-May-09 21:31
vijay248212-May-09 21:31 
GeneralRe: Compare Two Text Files Pin
riced12-May-09 23:10
riced12-May-09 23:10 
GeneralMessage Closed Pin
13-May-09 0:15
vijay248213-May-09 0:15 
GeneralRe: Compare Two Text Files Pin
riced13-May-09 2:23
riced13-May-09 2:23 
GeneralRe: Compare Two Text Files Pin
vijay248213-May-09 2:44
vijay248213-May-09 2:44 
GeneralRe: Compare Two Text Files Pin
riced13-May-09 3:33
riced13-May-09 3:33 
Questionproblem with backup of data base Pin
nazimghori12-May-09 2:45
nazimghori12-May-09 2:45 
hello every one
i am using VS 2005

now i am having mdi form in that i am having 1 toolstrip menu item of backup which has the functionality of backup of my whole database
for that i wrote code like

imports system.io
 Directory.CreateDirectory("c:\ backup")

        Dim a As String = " c:\myproject\bin\debug\my.mdf"
        Dim d As String = "c:\backup\my.mdf"
        FileCopy(a, d)

        MsgBox("backup Successfully")

but the problem is the directory name backup is created but data base is not copied in it
please help

Smile | :) Smile | :)
AnswerRe: problem with backup of data base Pin
Rajesh Anuhya12-May-09 3:06
professionalRajesh Anuhya12-May-09 3:06 
QuestionRe: problem with backup of data base Pin
nazimghori12-May-09 5:00
nazimghori12-May-09 5:00 
AnswerRe: problem with backup of data base Pin
EliottA12-May-09 5:12
EliottA12-May-09 5:12 
AnswerRe: problem with backup of data base Pin
Zaegra12-May-09 7:46
Zaegra12-May-09 7:46 
QuestionRe: problem with backup of data base Pin
nazimghori12-May-09 8:26
nazimghori12-May-09 8:26 
AnswerRe: problem with backup of data base Pin
EliottA12-May-09 8:30
EliottA12-May-09 8:30 
AnswerRe: problem with backup of data base Pin
Zaegra12-May-09 8:44
Zaegra12-May-09 8:44 
AnswerRe: problem with backup of data base Pin
DidiKunz12-May-09 21:22
DidiKunz12-May-09 21:22 
QuestionHow to change Regional language setting date format to dd/MM/yyyy ? Pin
Paramu197312-May-09 2:01
Paramu197312-May-09 2:01 
AnswerRe: How to change Regional language setting date format to dd/MM/yyyy ? Pin
Johan Hakkesteegt12-May-09 2:22
Johan Hakkesteegt12-May-09 2:22 
AnswerRe: How to change Regional language setting date format to dd/MM/yyyy ? Pin
Dave Kreskowiak12-May-09 4:42
mveDave Kreskowiak12-May-09 4:42 
QuestionFolder path Pin
rmedo12-May-09 0:28
rmedo12-May-09 0:28 
AnswerRe: Folder path Pin
Christian Graus12-May-09 1:18
protectorChristian Graus12-May-09 1:18 
GeneralRe: Folder path Pin
rmedo12-May-09 2:29
rmedo12-May-09 2:29 
GeneralRe: Folder path Pin
Zaegra12-May-09 7:51
Zaegra12-May-09 7:51 
GeneralRe: Folder path Pin
rmedo12-May-09 20:13
rmedo12-May-09 20:13 
GeneralRe: Folder path Pin
0x3c012-May-09 22:11
0x3c012-May-09 22: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.