From: Deborah F. P. <pi...@pc...> - 2003-12-05 17:00:54
|
Hi Chetna, The plugin was written so that it could be run in three parts: 1) making the temp table, 2) inserting into the NRDBEntry and ExternalAASequences tables, 3) deleting obsolete rows in those tables. I looked back at your previous e-mail and it looks as if you have not included the option to create and fill the temp table, --maketemp. The plugin should create the table if that is included on the command line. You can see the table schema by looking into the code, sub makeTempTable. I'm hoping to rewrite this plugin as it is complicated and could be put in a better form. Debbie |