At a client, I had to backup their Windows XP Embedded Database using DBRESTORE.VBS.
You can find more about that tool in DBRestore Command Line Syntax.

Error 80070006 during dbrestore.vbs execution
This tool is supposed to be run from the command-line, but the first thing I got was an error 80070006.
Since I the client was running a Dutch Windows system, the error would manifest itself as this:
--------------------------- Windows Script Host --------------------------- Script: C:\temp\ValueAdd\dbrestore.vbs Regel: 72 Teken: 2 Fout: De ingang is ongeldig. Code: 80070006 Bron: (null) --------------------------- OK ---------------------------
Although I’m not a VBS programmer, I know how to read source code in various languages, so below is how I solved the issue.
Read the rest of this entry »





