Book a Demo

Author Topic: convert imported sql tables to classes  (Read 2232 times)

farsh

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
convert imported sql tables to classes
« on: December 29, 2005, 11:26:02 am »
Hi everyone,

I am working with a SQL database.  It is already designed and approved.  Now I need to design the frontend in VS VB.net.

I need to know how I can convert my tables that I imported from sql into classes?  I have alot of tables and don't want to type in all the attributes again.  I can adjust the associations and inheretance later.

If I can do it, then this software rocks.

thanks for your help.

Bruno.Cossi

  • EA User
  • **
  • Posts: 803
  • Karma: +0/-0
    • View Profile
Re: convert imported sql tables to classes
« Reply #1 on: January 01, 2006, 01:42:40 pm »
Hi,

look into EA's transformation functionality (introduced in 6.0 I think).
On a related note, I would be a bit concerned about creating the object model after and based on a data model. Automated generation of data model from object model is never perfect, but the other direction tends to be much worse.

Hope this helps,
Bruno

Quote
Hi everyone,

I am working with a SQL database.  It is already designed and approved.  Now I need to design the frontend in VS VB.net.

I need to know how I can convert my tables that I imported from sql into classes?  I have alot of tables and don't want to type in all the attributes again.  I can adjust the associations and inheretance later.

If I can do it, then this software rocks.

thanks for your help.