ClipMate Support Forum

Support and User-to-User Discussions
It is currently Sat May 25, 2013 6:06 pm

All times are UTC - 5 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 7 posts ] 
Author Message
 Post subject:
PostPosted: Mon Jun 27, 2005 2:46 pm 
Offline
Site Admin
User avatar

Joined: Wed Jun 12, 2002 3:07 pm
Posts: 3411
Location: Spencerport, NY USA
While this may be a worthy idea, it's not going to be able to be implemented until well past v7 launch. You can manually hack a clip out of the database as follows:

Use Clip Properties to determine the ID of the clip.

Tools | SQL Window, enter this command:

delete from clip where ID = x;
(substitute the actual ID for x)
Click Execute.
Then run these:

delete from clipdata where clip_id = x;
delete from blobtxt where clip_id = x;
delete from blobjpg where clip_id = x;
delete from blobblob where clip_id = x;

Now it's gone.
Note that database deletions are just like any other database - blocks are marked unused, but space isn't immediately reclaimed, and the data could possibly be read with binary viewers.
You can force it to give up the space by doing File | Database Maintenance | Repair/Compact Database.

_________________
I'm the ClipMate Guy!


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 7 posts ] 

All times are UTC - 5 hours


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group