Results 1 to 2 of 2

Thread: Data Error event hit

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2005
    Posts
    5

    Data Error event hit

    I am developing an application to interact with an ODBC Access Database.
    I used the Data Form wizard in vb6 and the ADO data control.
    Now the wizard detects the database and generates all the required labels based on the fields in my database.

    but when i call the form from my program i get the following error:

    Data Error event hit err: [ ODBC microsoft access driver] too few parameters, expected 2.

    i tried generating a dataform with other odbc access databases i created, and they worked well.
    But this particular database of mine throws this error.

    So what can i do?

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,929

    Re: Data Error event hit

    I suspect that the issue would be due to the use of reserved names (such as 'date') for field/table names.

    What the table/field names involved when this issue 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