Results 1 to 2 of 2

Thread: Object must implement IConvertible.

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2005
    Posts
    1

    Question Object must implement IConvertible.

    i have an application that uses a stored procedure to add the data into a table on the SQL Server. the fields text are sent via parameters (contain varchar and datetime). when saving the data to the server i get the error (exception) 'object must implement IConvertible'.
    what must i do to correct this error. i've notice that it is triggered when the IRSComm.ExecuteNonQuery() is executed.
    please help!!!

  2. #2
    Junior Member Sami Antero's Avatar
    Join Date
    Jun 2005
    Location
    Helsinki, Finland
    Posts
    16

    Re: Object must implement IConvertible.

    You are propably missing: IRSComm.CommandType = CommandType.StoredProcedure in your code? tsami
    Sami Antero
    ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    no smileys, no funky certificates. Sorry.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width