Database Backup to CD-R
-
What is the best way to backup a database used in a project to a CD-Writable? We want to put in an option in our VB.NET program to burn the database on a CD.
-
What is the best way to backup a database used in a project to a CD-Writable? We want to put in an option in our VB.NET program to burn the database on a CD.
Emile Jacobs wrote: What is the best way to backup a database used in a project to a CD-Writable? We want to put in an option in our VB.NET program to burn the database on a CD. If you are using only Windows XP based machines, you can use IMAPI, which is a very easy way for VB programmers, because it's avaliable as a bunch of COM components. But if you want broader OS scope, you'll need to use Nero's APIs.
// Quantum sort algorithm implementation
while (!sorted)
;