I am using 2005 express editions of
VB and SQLServer.
First, using SSExpress, I created a database with a dozen of tables, views, diagrams and relationships. Everything worked fine.
Then I created a project in
VB and tried to use this database as a data source.
The problem is:
VB seems to recognize the mdf file, but does not show the tables or any objects of the database. It allows me to add new tables, but those new ones wont appear when I open the DB with SQLServer.
I am surely omitting something to connect correctly VBE with SSE.
Thanks to anyone who could help me.
Jean Marie.