A ADO.NET With C# Jul 14, 2003 #1 Hi People. How can I repair a database access, with ASPx with C# and ADO.NET? Thanks Augusto
D Dan Ferguson Jul 14, 2003 #2 See the documentation for IJetCompact interface of the "OLE DB Provider for Microsoft Jet" in MSDN.
K Kalpesh Shah Jul 15, 2003 #3 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
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