Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Ingvarius

Pages: [1]
1
General Board / Cannot import database tables
« on: March 06, 2010, 05:16:58 am »
I have done it all correctly, I think.
Code Engineering / Import schema from ODBC
But all I see is the functions and procedures in my database - not tables!
It is an SQL server. It has several databases, I have tried with the other databases too, procedures and functions show up in the list of available objects to import - but no tables whatsoever.
So - any clues?

2
The MDG intergration for VS 2005 behaves strange when my classes are under nested namespaces.
Several things fail:
- View code
- Add new element
etc. etc.

If the class is under the top namespace:
namespace TopSpace
{
   public class Foo
   {
   }
}

all is fine, the MDG intergration works fine.

But with this:

namespace TopSpace.SubSpace
{
   public class FooSub
   {
   }
}

Nothing works anymore. Is this a known problem?

Pages: [1]