hi
i have this for compress my database file - access 2007
System.Diagnostics.Process.Start(@"C:\Program Files\Microsoft Office\Office12\msaccess.exe",@"c:\Mydb.mdb /compact ");
how to do it without see access on the screen ?
thank's in advance