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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top