Re: reverse-generateing

Jesse Sightler <[email protected]> Thu, 9 Jun 2005 14:11:26 -0400
Newsgroups gmane.comp.db.mckoi
Message-ID <[email protected]>
Another approach would be to do a direct database to database copy to 
another db (such as Postgres) that supports creating SQL dumps. Obviously 
the dump wouldn't be guaranteed to be correct for Mckoi SQL, but it should 
be close.

I know there was a generic JDBC Import/Export tool placed on the list some 
time back that might help with this.

-- 
Jess


On 6/8/05, James <[email protected]> wrote:
> 
> Its possible, but I'd expect a fair amount of work.
> The data dictionary is in schema SYS_INFO. A good
> starting place to find the appropriate table is
> SYS_INFO.sUSRTableInfo.
> 
> Seem to see this question every few months.
> 
> 
> http://mckoi.com/database/mail/subject.jsp?id=7503&highlight=susrtableinfo+#MSG_7504
> 
> 
> 
> 
> ---------------------------------------------------------------
> Mckoi SQL Database mailing list http://www.mckoi.com/database/
> To unsubscribe, send a message to [email protected]
> 
>