Is a very newbye question but I don't know how to manage this situation.
I'm using de bdpconnection components in delphi 2006.NET and I'm tryng to comunicate 2 database throught a dataset in this kind of schema:
DB1 (read tables via Bdpconection1)
|
|
Dataset( used for store Winform input data and DB1 tables)
|
|
DB2 (I'm using a BdpConnection2 (and Adapters) for writing the fields generated by the Winform)
I'm using a Textbox components that reads input data and store it in the dataset fields. Then with the Onclick event of one button compoennt I need to update the dataset fields into the datase fields of DB2.
How I can do this? Using a BdpDataAdapter component?How?
thanks a lot in advance
I'm using de bdpconnection components in delphi 2006.NET and I'm tryng to comunicate 2 database throught a dataset in this kind of schema:
DB1 (read tables via Bdpconection1)
|
|
Dataset( used for store Winform input data and DB1 tables)
|
|
DB2 (I'm using a BdpConnection2 (and Adapters) for writing the fields generated by the Winform)
I'm using a Textbox components that reads input data and store it in the dataset fields. Then with the Onclick event of one button compoennt I need to update the dataset fields into the datase fields of DB2.
How I can do this? Using a BdpDataAdapter component?How?
thanks a lot in advance