Book a Demo

Author Topic: MySQL Question  (Read 3128 times)

amti

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
MySQL Question
« on: February 22, 2006, 09:38:46 am »
The MySQL database I'm developing uses both InnoDB and MyISAM tables.

I see that the EA docs say to use a different source database for each type.

I'm new to EA, and I want to make sure that it's possible to include both types in one database model before I proceed with setting everything up.

Thanks!

Bruno.Cossi

  • EA User
  • **
  • Posts: 803
  • Karma: +0/-0
    • View Profile
Re: MySQL Question
« Reply #1 on: February 22, 2006, 09:42:23 am »
Hi,

you can make each of the tables you design based on a different DBMS, you could even create one table as MySql one, another as Oracle and yet another as Sybase.

Hope this helps!
Bruno

Quote
The MySQL database I'm developing uses both InnoDB and MyISAM tables.

I see that the EA docs say to use a different source database for each type.

I'm new to EA, and I want to make sure that it's possible to include both types in one database model before I proceed with setting everything up.

Thanks!


thomaskilian

  • Guest
Re: MySQL Question
« Reply #2 on: February 22, 2006, 10:33:27 am »
For InnoDB you have to specify a Tag for the table: Type="InnoDB"

rneelakantan

  • EA User
  • **
  • Posts: 21
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: MySQL Question
« Reply #3 on: May 09, 2006, 04:41:54 pm »
I have a similar issue in setting type=InnoDB.  Even after creating Tag (right click on table ->Add ->Add Tagged Value and setting type=InnoDB, I don't see the type set in the generated DDL.  Any suggestion?

thomaskilian

  • Guest
Re: MySQL Question
« Reply #4 on: May 10, 2006, 12:32:38 am »
Check the case: Type, not type

rneelakantan

  • EA User
  • **
  • Posts: 21
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: MySQL Question
« Reply #5 on: May 10, 2006, 03:15:36 pm »
It worked but not on the first attempt.  I had Type set to InnoDB (capital T in Type).   But it did not work, so I had to delete it, close EA and then open EA and then re-created.  It worked.  

Thx.
Ramanan

thomaskilian

  • Guest
Re: MySQL Question
« Reply #6 on: May 11, 2006, 02:11:29 am »
Thanks for the feedback :)