-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Michael Seele wrote:

| hi,
| i write a application in java that creates database-diagrams like
| ms-visio can do this! until now i only support ms sqlserver and oracle
| for importing data from the database and displaying a database-diagram!
| now i want to add mySQL support into my application! for this reason i
| need to know where the internal meta-data for the databases in mySQL has
| been saved! is there a special database which administate the
| mySQL-databases? please help me!
| thank you!
|

Michael,

Is there any reason you can't use the functionality in the
java.sql.DatabaseMetadata interface? If you use that, you shouldn't have
to know _anything_ about the internal structure of any JDBC-compliant
database to get the information you need to create a database diagram,
as it's all done through _standard_ method calls.

        -Mark

- --
Mr. Mark Matthews
MySQL AB, Software Development Manager, J2EE and Windows Platforms
Office: +1 708 332 0507
www.mysql.com

MySQL Guide to Lower TCO
http://www.mysql.com/it-resources/white-papers/tco.php
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBF4LPtvXNTca6JD8RAt+1AJ97Z0+LdavaJ+7pst3HnnqCS0h71QCfTFuR
4p2+c8AWZgkHzKOe1UYFH6k=
=tOYq
-----END PGP SIGNATURE-----

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to