VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

SQL and Access Database Maintenance

Ron Weight  (1 Submission)   OLE/COM/DCOM/Active-X   Visual Basic 5.0   Intermediate   Wed 3rd February 2021

This is an Active-X DLL that simplifies the maintenance of Access and SQL databases by providing an interface for backing up, compressing, restoring, detach and attach (for SQL) functions.

Inputs
Inputs vary depending on the function selected. The sample or test program included shows all of the inputs (path to DB, path to restore, etc.)

Assumes
The code uses ADO 2.7, MS Jet & replication objects, MS Scripting (SCRRUN.DLL) and SQL DMO objects (SQLDMO.DLL) to do the maintenance functions. You should have these components installed on your computer before you can compile this DLL.

Returns
The DLL returns information via various events to the client application calling it. Most of the functions return a Boolean value to indicate if successful or not.

Rate SQL and Access Database Maintenance (3(3 Vote))

Download SQL and Access Database Maintenance

SQL and Access Database Maintenance Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters