CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    42

    Strange (and soul destroying) RecordSet errors

    I THINK this is a database problem...I am not sure.

    I am basically trying to update my recordset...nothing more. I have done this hundreds of times but for some reason this one is throwing up the following error message when I call my update.

    INVALID ARGUMENT VALUE

    There is nothing unusual about the recordset (although I have converted it so that it is dynamic (Ie it uses different parameters and retrieves different fields dependant on what is needed at the time)) but this is something we deal with all the time.

    If anyone has any thoughts on where and why this error is occuring I would be extremely grateful. It is probably something very simple but I have got blisters on my eyeballs from staring at this stupid code (I'm sure you chaps know the feeling).

    Thank you for your time. Take care

    SB

    Forever Everton


  2. #2
    Join Date
    May 1999
    Location
    Piacenza, ITALIA
    Posts
    30

    Re: Strange (and soul destroying) RecordSet errors

    Could you please post the portion of code where the error occurs ?


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

Featured