What is the use of tables like vtiger_picklist_seq when the vtiger_picklist.picklistid primary key is already defined as auto_increment? If you need the picklistid, just call ADOdb Insert_ID() after the fact. I know they're trivial little things, but there's more than one hundred _seq tables cluttering up SHOW TABLES.