How to copy an access database programaticlly in C#

From: desc (desc_at_discussions.microsoft.com)
Date: 12/28/04


Date: Tue, 28 Dec 2004 08:29:04 -0800

Is it possible to run the script to copy an existing Access Database to a new
Access database? I only need to copy the database structure(tables + field +
any constraints) not the data.
By the way I try to do this programatically in C#.

THANKS