Remember that the express system does not support connecting to remote databases, if you do wish to connect to remote databases you have to code the connections manually. By this I mean that you will not be able to use any of the wizards or controls to connect to the Databases.
One method that will allow you is to build your own data layer for the application and expose the db objects through a class, then you can bind to the objects using the wizards.
Also I am facing the same problem. I writing a software in which I want to access MS SQL server 7 which is on different computer. I know that (from another post) we cannot use .NET providers to access MS SQL Server 7 so have to use OLEDB Providers...
OLEDBDataAdapter
mountain_lion
Remember that the express system does not support connecting to remote databases, if you do wish to connect to remote databases you have to code the connections manually. By this I mean that you will not be able to use any of the wizards or controls to connect to the Databases.
One method that will allow you is to build your own data layer for the application and expose the db objects through a class, then you can bind to the objects using the wizards.
RadekA
TAz69
How can we use OLEDB in Exp 2005