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 - ado

Pages: [1]
1
I create a database modell for sql server 2005. When I change the database in EA to e.g. Oracle the column types also change from e.g. datetime to date. Now I try to do this via an add in. I loop through the repository and call element.GenType = "Oracle" for each element and after this element.Update(). The database changes but the not the column types. What is missing here ?

Pages: [1]