-
Database Maintenance from VB6
I have an imaging application which can connect to 1 of 4 different database backends... The app can use MS-Access, MSDE, SQL Server > 7, and MySQL.
I would like to provide a screen in the administrator program which will allow the operator the ability to view some stats from the connected database (e.g. List all tables and the current # of records), and of course the size of the transaction logs (like SQL Server), and allow the operator to invoke a database backup or backup/truncate the transaction logs.
Has anyone done any work like this like in the form of a Class module or control that can perform certain tasks against a database?
It appears from what I am reading (online docs) that I can write SQL statements to invoke a BACKUP command for SQL Server/MSDE and also truncate the transaction log, but does anyone have experience doing this for MS-Access or MySQL?
I am trying to avoid having to write the code from scratch to do this operation and was hoping someone has some code to share 
Any help is appreciated.
Similar Threads
-
By qt_noty_guy in forum Database
Replies: 0
Last Post: 02-07-2006, 05:35 AM
-
Replies: 1
Last Post: 06-05-2002, 09:07 AM
-
By Russ in forum Database
Replies: 0
Last Post: 06-04-2002, 12:57 AM
-
By Blake in forum VB Classic
Replies: 5
Last Post: 03-02-2001, 11:55 AM
-
By Gunawan in forum VB Classic
Replies: 0
Last Post: 02-11-2001, 09:29 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks