Re: DateTime ambiguity
Posted by: Tim T
Date: September 30, 2015 12:23PM

Here is the code that is throwing the error.

param = New Global.MySql.Data.MySqlClient.MySqlParameter()
param.ParameterName = "@p12"
param.DbType = Global.System.Data.DbType.DateTime
param.MySqlDbType = Global.MySql.Data.MySqlClient.MySqlDbType.DateTime
param.IsNullable = true
param.SourceColumn = "users_password_date"
Me._adapter.InsertCommand.Parameters.Add(param)

Options: ReplyQuote


Subject
Written By
Posted
T T
September 29, 2015 08:59AM
Re: DateTime ambiguity
September 30, 2015 12:23PM
September 30, 2015 06:39PM
September 30, 2015 07:09PM
October 02, 2015 03:13AM


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.