Click here to Skip to main content
15,897,273 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Null Entries in SQL database. Pin
Mycroft Holmes9-Nov-09 21:28
professionalMycroft Holmes9-Nov-09 21:28 
GeneralRe: Null Entries in SQL database. Pin
jeshra2799-Nov-09 22:54
jeshra2799-Nov-09 22:54 
GeneralRe: Null Entries in SQL database. Pin
Mycroft Holmes9-Nov-09 23:23
professionalMycroft Holmes9-Nov-09 23:23 
QuestionFilter Empty arrays. Pin
jeshra2799-Nov-09 5:27
jeshra2799-Nov-09 5:27 
AnswerRe: Filter Empty arrays. Pin
Jay Royall9-Nov-09 6:23
Jay Royall9-Nov-09 6:23 
AnswerRe: Filter Empty arrays. Pin
Eddy Vluggen9-Nov-09 7:24
professionalEddy Vluggen9-Nov-09 7:24 
QuestionFile Synchronization/Backup Pin
RichardBerry9-Nov-09 4:34
RichardBerry9-Nov-09 4:34 
AnswerRe: File Synchronization/Backup Pin
Dave Kreskowiak9-Nov-09 5:18
mveDave Kreskowiak9-Nov-09 5:18 
2). You can use File.Copy the copy the files over, wrapped in a Try/Catch block. You don't have to check the file contents yourself since the O/S takes care of that for you. Since File.Copy is a blocking call, any errors encountered will throw an exception you can catch.

3) Yeah, but I didn't write my own system to do this. I used the MS Sync Framework[^].


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




QuestionCD-RW help Pin
offroaderdan9-Nov-09 4:34
offroaderdan9-Nov-09 4:34 
AnswerRe: CD-RW help Pin
EliottA9-Nov-09 4:37
EliottA9-Nov-09 4:37 
GeneralRe: CD-RW help Pin
offroaderdan9-Nov-09 4:39
offroaderdan9-Nov-09 4:39 
GeneralRe: CD-RW help Pin
EliottA9-Nov-09 4:46
EliottA9-Nov-09 4:46 
GeneralRe: CD-RW help Pin
offroaderdan9-Nov-09 4:52
offroaderdan9-Nov-09 4:52 
GeneralRe: CD-RW help Pin
offroaderdan9-Nov-09 4:56
offroaderdan9-Nov-09 4:56 
GeneralRe: CD-RW help Pin
Luc Pattyn9-Nov-09 5:05
sitebuilderLuc Pattyn9-Nov-09 5:05 
GeneralRe: CD-RW help Pin
offroaderdan9-Nov-09 5:10
offroaderdan9-Nov-09 5:10 
GeneralRe: CD-RW help Pin
Dave Kreskowiak9-Nov-09 5:10
mveDave Kreskowiak9-Nov-09 5:10 
GeneralRe: CD-RW help Pin
offroaderdan9-Nov-09 5:12
offroaderdan9-Nov-09 5:12 
GeneralRe: CD-RW help Pin
offroaderdan9-Nov-09 5:17
offroaderdan9-Nov-09 5:17 
GeneralRe: CD-RW help Pin
EliottA9-Nov-09 5:33
EliottA9-Nov-09 5:33 
GeneralRe: CD-RW help Pin
offroaderdan9-Nov-09 5:39
offroaderdan9-Nov-09 5:39 
GeneralRe: CD-RW help Pin
Thomas Krojer9-Nov-09 6:07
Thomas Krojer9-Nov-09 6:07 
GeneralRe: CD-RW help Pin
Dave Kreskowiak9-Nov-09 9:13
mveDave Kreskowiak9-Nov-09 9:13 
GeneralRe: CD-RW help Pin
Dave Kreskowiak9-Nov-09 9:16
mveDave Kreskowiak9-Nov-09 9:16 
GeneralRe: CD-RW help Pin
Christian Graus9-Nov-09 9:19
protectorChristian Graus9-Nov-09 9:19 

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.