IConvertible

B

Bruce A. Julseth

I am getting an error message on .ExecuteNonQuery using a procedure stating
the I need to use IConvertible. The data the gives the error is a defined as
"SqlDbType.Money."

When I search Microsoft and find an explantion of IConvertible, nothing is
mentioned for "Money."

Can someone provide me to a coding example where the data is "Text" coming
from the from and data going to the database is "Money?"

Thanks.
 
B

Bruce A. Julseth

Bruce A. Julseth said:
I am getting an error message on .ExecuteNonQuery using a procedure stating
the I need to use IConvertible. The data the gives the error is a defined as
"SqlDbType.Money."

When I search Microsoft and find an explantion of IConvertible, nothing is
mentioned for "Money."

Can someone provide me to a coding example where the data is "Text" coming
from the from and data going to the database is "Money?"

Thanks.

I found my problem, after a full day of debugging,. User error.

Thanks..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top