Yea, you have 2 options ( that I can think of)
1.) Source Database: Export the data in a form that can be imported into the Target Database.
2.) Using a tool ( like Enterprise Manager for SQL Server), directly import the data from the Source Database ( and skip the export (dump) step ).

It might help if you provide a little more info, like which databases are involved here.