Turpis
Programmer
- Apr 16, 2002
- 151
I need to be able (in a simple way) to read the entire contents of a table from one database into a dataset.table then take that dataset.table and stick it into a completely different database. Without knowing the fieldnames and such, so using CREATE and ALTER are out.
I have tried building a connection1 & 2, dataadapter1 & 2 and dataset1. dataadapter1.fill(dataset1.table) and then dataadapter2.update(dataset1.table) - hoping it was that simple but it didn't work...it didn't even register an error. Nothing is ever as simple as I want it.
Any ideas?
Charles
Quality Assurance/Developer
I have tried building a connection1 & 2, dataadapter1 & 2 and dataset1. dataadapter1.fill(dataset1.table) and then dataadapter2.update(dataset1.table) - hoping it was that simple but it didn't work...it didn't even register an error. Nothing is ever as simple as I want it.
Any ideas?
Charles
Quality Assurance/Developer