MySQL Forums
Forum List  »  Sybase

Re: Can only migrate Table Objects
Posted by: Matthias Schöneich
Date: March 22, 2006 03:57AM

Hello Dave,
I tried the same thing you did but I had to realize that the reverse engineering function for SP's only writes a log message:

have a look at the source: from ReverseEngineeringGeneric.java

protected void reverseEngineerProcedures(java.sql.Connection conn,
Catalog catalog, Schema schema) throws Exception {

Grt.getInstance().addMsg("Fetch all stored procedures of the given schemata.");
}

So I adapted the code of the Mssql migration and got SP's to migrate. But neither the Generic nor the Mssql migration does anything with SP's - they are just copied.

Matthias

Options: ReplyQuote


Subject
Views
Written By
Posted
7242
January 13, 2006 01:50AM
Re: Can only migrate Table Objects
5140
March 22, 2006 03:57AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.