Results 1 to 1 of 1

Thread: [solved]Data Provider or other service returned an E_FAIL Status

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2002
    Location
    United
    Posts
    202

    [solved]Data Provider or other service returned an E_FAIL Status

    Hi guys ,
    i have receieve this error when i was using ado controls to add entry to a mdb database.

    Code:
     If Template <> "" Then
      myData.Recordset.Fields("Template1") = Template
      myData.Recordset.Update
     End If
    In mine form_load()
    Code:
    UserData.RecordSource = "select * from thumbprint"
    SO does anyone know what is wrong or how does this error occur ..
    Last edited by GOBI; Jun 14th, 2004 at 09:06 AM.

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