Book a Demo

Author Topic: database scripts  (Read 5739 times)

derek

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
database scripts
« on: November 04, 2002, 05:17:57 am »
Hi,

Could the database creation scripts be made available via the download page, please.  This should include the InnoDB and ISAM scripts for mysql.

Ideally, they would ship as part of the release so that there are not later versioning issues involved.

Q: If we create InnoDB tables, will support for transactions automatically be enabled in EA?

Regards
Derek
« Last Edit: November 04, 2002, 05:26:51 am by derek »

gsparks

  • EA User
  • **
  • Posts: 325
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Re: database scripts
« Reply #1 on: November 04, 2002, 05:32:59 am »
Derek,

The scripts are at:

http://www.sparxsystems.com.au/ea_corp_ed.htm

I will get a link to that page set up from the download page as well.

We are not currently planning to include the scripts as part of the standard install. There are already 5 different scripts, and with support for other DBMS systems planned this will expand further. We feel it is better to make the appopriate scripts available on line so people can download just the ones they want.

Cheers,
Geoff Sparks



derek

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Re: database scripts
« Reply #2 on: November 04, 2002, 06:40:18 am »
Geoff,

Thanks for the links.  I now have 2 questions:
1. If we create InnoDB tables, will support for transactions automatically be enabled in EA?
2. Is the link to the InnoDB script correct?  I ask because it is identical to the MyISAM script.

Regards
Derek

gsparks

  • EA User
  • **
  • Posts: 325
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Re: database scripts
« Reply #3 on: November 05, 2002, 09:51:06 pm »
Derek,

Yes - transactions should be enabled automatically if you use InnoDB tables.

My apologies for the InnoDB scripts - the tool which generates the scripts seemed to go awry for that release - they have now been corrected.

Cheers,
Geoff Sparks





James

  • EA User
  • **
  • Posts: 25
  • Karma: +0/-0
    • View Profile
Re: database scripts
« Reply #4 on: November 13, 2002, 05:29:47 am »
I'm assembling a trial of the Corporate Edition (we already use Professional) and had some trouble creating the initial database.  When running the script I had errors relating to the "COLLATE Latin1_General_CI_AS" statement in the Create Table commands.  When I removed it the script ran OK (there were still some reported errors about "incorrect use of ON in line 8" but the app runs fine now.

Is there a specific version of MS Sql Svr that you need?  I'm using MSDE 7.00.623 which should be equivalent to the 'normal' Sql Svr 7.0

What do these COLLATE commands do anyway and is omitting them important? - the SQL manual doesn't refer to them as a valid command