component:
     transfer.com.sql.datasource

method:
     queryDatabaseType


problem:
    when encountering an unsupported DB type and there is no "close"
method in the "connection" object, it does not reach the throw on the
following line.

solution:
   try{
    connection.close();
   }
   catch(Any excpt){ // do nothing
   };

--~--~---------~--~----~------------~-------~--~----~
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer

You received this message because you are subscribed to the Google Groups 
"transfer-dev" group.
To post to this group, send email to transfer-dev@googlegroups.com
To unsubscribe from this group, send email to 
transfer-dev-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/transfer-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to