Hello:
> Hi all, I'm a beginner, so I neddo to migrate Data from DB Firebird 
> 1.5 to another DB Firebird 1.5, I want to ralize a simple console 
> application with Visual studio 2005 and Firebird Provider 2.0 an my 
> question is how I can do that?
>  
> For example:
>  
> Connect to DB 1
> Make a FbDataAdapter DB1 whit query
> Fill DataSet 1
>  
> Connect to DB 2
>  
> ??????
Create a new adapter against DB2.
Create a CommandBuilder with the new DataAdapter
Try to update the DataSet filled with the DB1 using the Adapter created 
against DB2

( It may work while i'm not fully sure ;) )


 


-- 
Carlos Guzmán Álvarez
Vigo-Spain

http://carlosga.blogspot.com/

No hay un solo rey que no descienda de un esclavo, 
ni un esclavo que no haya tenido reyes en su familia.



_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to