Yahoo Answers is shutting down on 4 May 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

?
Lv 5

DataAdapter Error at Fill Method?

I use VB.net, Foxpro 2.5 database (dbf), connection use OLEDB & microsoft.jet.oledb.4.0 provider.

At desktop computer, program runs well, but at laptop, error occured and pointed to dataAdapter.Fill(dataSet) statement. Error message is : index not found.

I'm sure OLEDB & microsoft.jet.oledb.4.0 provider work well at laptop (I tried with other program which use OLEDB & microsoft.jet.oledb.4.0 provider), dbf files exist, and path's correct. What happen to my program?

2 Answers

Relevance
  • ?
    Lv 6
    8 years ago
    Favourite answer

    See same problem here...

    http://www.pcreview.co.uk/forums/error-hys12-micro...

    hope that helps.

  • Neerp
    Lv 7
    8 years ago

    Is the laptop 64 bit? You may find the oledb driver does not work on a 64 bit OS. I gave up on both oledb and odbc and switched to a PDO driver. Now sure if you can do that with vb.net or not, I use it from PHP and it is very reliable.

Still have questions? Get answers by asking now.