Re: MySQL and strongl typed datasets
Posted by: Russ Gibson
Date: April 09, 2006 06:50PM

I used a similar approach to generate the schemas for my database. However, I am having update problems with mine ("MySqlCommandBuilder cannot operate on tables with no unique or key columns"), so I'm not sure how reliable it is.

The basic idea is to iterate over the tables in the database, then call the WriteXMLSchema method for each table. The WriteXMLSchema method geneates a minimal xsd for the specified table.

Options: ReplyQuote


Subject
Written By
Posted
Re: MySQL and strongl typed datasets
April 09, 2006 06:50PM


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.