"Object must implement IConvertible"

  • Thread starter Thread starter dan
  • Start date Start date
D

dan

I am using VB.NET 2003 and SQL Server 2000.
My program inserts new rows in a SQL table based on data read from a file.
I generated the commands and the stored procedures with the DataAdapter
wizard.
The execution of the Insert Command throws the exception: "Object must
implement IConvertible. "
1. What object does it refer to? The Command itself?
2. On the other hand, in the VS Help file all IConvertible members have this
warning: "This member supports the .NET Framework infrastructure and is not
intended to be used directly from your code."

Your help will be much appreciated.
Thanks, Dan
 
Duplicated

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing
 
Back
Top