Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Database Compression

Status
Not open for further replies.

khowell78737

Programmer
Nov 18, 2003
22
US
In asp classic, it was possible to compress / repair an access database via code.

I was wondering if asp.net provides this ability and what namespace should I be looking in?

Thank you so much!
Kevin Howell
 
Kevin -

Haven't tried this - so don't know specifically if dot.NET can do what you are asking - if you can call a batch file you could execute:

"C:\Program Files\Microsoft Office\Office\msaccess.exe" "C:\adb\my.mdb" /compact
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top