Repair Database Access

  • Thread starter Thread starter ADO.NET With C#
  • Start date Start date
A

ADO.NET With C#

Hi People.

How can I repair a database access, with ASPx with C# and
ADO.NET?

Thanks

Augusto
 
See the documentation for IJetCompact interface of the "OLE DB Provider for
Microsoft Jet" in MSDN.
 
Use JRO (Jet Replication object or something like that) OR DAO COM object &
using them as a ref.
You can call methods on this objects & compact-repair your access db

HTH
Kalpesh
 
Back
Top