B
Bent S. Lund
Hi,
the following parameter fails during insert using the OracleDataAdapter on a
9.2.0.5 server.
da.InsertCommand.Parameters.Add("@time",OracleType.DateTime,10,"time");
Any suggestions to what causes this? The value inserted is of datetime type.
Regards,
Bent
the following parameter fails during insert using the OracleDataAdapter on a
9.2.0.5 server.
da.InsertCommand.Parameters.Add("@time",OracleType.DateTime,10,"time");
Any suggestions to what causes this? The value inserted is of datetime type.
Regards,
Bent