Hi guys I have 2 data bases I am currently working with. data base number 1 has some data that needs to written to base number 2 Due to security concerns and the databases is on 2 different servers it was decided to make a windows form application to interact with the 2 data bases.
the database structure is as follows
Database name=Number 1 tables names=A,B,C,D,E
Database name=Number 2 tables names=W,X,Y,Z
Currently I can write the data to the tables in data number 1 from my text boxes but i can't have the same data write to the table in database number 2.