Hi,
Please, debug your database connection, make sure you don't leave an open connection to the database somewhere in your code, etc. You can also try reading the data tables you want to import to a .NET data set and use that data set for the import process to see if that solves your database problem.