Can someone give me some pointers as to how I gather data from two different databases please?
I have an mdf file which will be on a file server and have connected to it in server explorer and created a datasource from it with the dataset and relevant tableadapters.
I also have to connect to a series of tables in a database on an sql server.
What I need to do is run a query that will gather data from the required table on the sql server database and append it to the mdf file database on the file server.
In the mdf file tableadpter fill query it says it does not recognise the sql server database table as it see no link to it?
How do I do this?
Thx
I have an mdf file which will be on a file server and have connected to it in server explorer and created a datasource from it with the dataset and relevant tableadapters.
I also have to connect to a series of tables in a database on an sql server.
What I need to do is run a query that will gather data from the required table on the sql server database and append it to the mdf file database on the file server.
In the mdf file tableadpter fill query it says it does not recognise the sql server database table as it see no link to it?
How do I do this?
Thx