The Express IDES only support connecting to the Local SQL Express machine using the database wizards, this means that you need to have the sql server Express system installed as ./SQLEXPRESS. If your express database does use a different named instance the system will not connect.
As for other databases it is possible to connect to the database engines but you will need to code the database layer by your self in code. Once the connection is made if you do wish to use the binding wizards you will have to expose the data as objects, then you can bind using the VSE wizards.
Now I have not tried this with the anywhere database engine, but it could be done in the same way.
No comments:
Post a Comment