?
=?iso-8859-1?Q?Norbert_P=FCrringer?=
Hello there!
Why is the following use of an Oracle parameter not possible?
DateTime value = DateTime.Now;
((OracleParameterCollection)coll).AddWithValue(timestamp, value);
I get the error message "Invalid variable name!"
Regards,
Norbert
Why is the following use of an Oracle parameter not possible?
DateTime value = DateTime.Now;
((OracleParameterCollection)coll).AddWithValue(timestamp, value);
I get the error message "Invalid variable name!"
Regards,
Norbert