Hey there Sayed, Easiest way I can think of would be to keep a master copy of an empty .MDB file and then just copy it to the specified location using the File class when you want to... // example File.Copy(path, path2, true);
D
delyk
@delyk
Hey there Sayed, Easiest way I can think of would be to keep a master copy of an empty .MDB file and then just copy it to the specified location using the File class when you want to... // example File.Copy(path, path2, true);