Re: What changed with MySqlDbType.Datetime?
Posted by: Chris Cline
Date: November 18, 2004 08:32AM

To be more specific...
When I perform the following to get the schema of the table, what use to return MySqlDbType.Datetime now returns MySql.Data.Types.MySqlDateTime.

mPrep.CommandText = "SELECT * FROM " + TableName;
mReader = mPrep.ExecuteReader();
DataTable mSchemaTable = mReader.GetSchemaTable();

Options: ReplyQuote




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.