Click here to Skip to main content
Sign Up to vote bad
good
See more: VB.NETSqlite
how can I make a back up of my sqlite database using vb.net??
Posted 22 Feb '13 - 2:01


1 solution

Not sure with sqlite, but with "normal" Microsoft SQL Server you can do that with a SQL query:
BACKUP DATABASE MyDataBase TO DISK = 'BackupFolder\FileName.bak'
Note that the file is written to a disk of the computer where the server is running.
  Permalink  

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Sergey Alexandrovich Kryukov 294
1 OriginalGriff 195
2 CPallini 163
3 Mahesh Bailwal 159
4 Tadit Dash 148
0 Sergey Alexandrovich Kryukov 10,169
1 OriginalGriff 7,749
2 CPallini 4,181
3 Rohan Leuva 3,482
4 Maciej Los 3,089


Advertise | Privacy | Mobile
Web02 | 2.6.130523.1 | Last Updated 22 Feb 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid