Book a Demo

Author Topic: Stored Procedures  (Read 3603 times)

Rabbit

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Stored Procedures
« on: May 04, 2004, 09:37:15 pm »
I've imported data tables through Import DDL schema. A previous user here managed to import stored procedures from SQL but I can't see how this was done. Obviously there is a way. Can anyone help?    :-/

Stephen

  • EA User
  • **
  • Posts: 54
  • Karma: +0/-0
    • View Profile
Re: Stored Procedures
« Reply #1 on: May 05, 2004, 04:25:38 am »
Hi there,

EA doesn't support the import of stored procedures (or views), you can roll your own importer, updating EA by directly accessing the database (MS Access) or pumping the EA automation engine.

I wrote one in a mess of code in MS Access  - could share if you can cope with the spagetti.

Steve