Board index » delphi » Need help connecting with an Access database
Bill Burns
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Need help connecting with an Access database
Here is my story.
I inherited an application which was developed in VB4.0 using a set of Access databases, each containing a single table. Many customer problems developed as we crossed into 2000, and so we updated them with a somewhat revised version in VB6.0, but using the same access database files. Still more problems, and, since I don't know VB, I thought I would just rewrite it in Delphi 4 professional, then do a little data conversion utility to move the data into dBase files and I would be down to something I could at least chase when errors occur. My data conversion utility runs fine on my system, converting a very large set of Access files I borrowed from a customer. I had, at one point, installed VB4 and VB6 on my system, and I also have Office 97 (with Access97) installed. I sent my delphi data conversion utility to my customer, and he couldn't I read some things in FAQs, suggesting that DAO 3.0 needs to be on the I tried rigging up a DAO 3.0 on another system here which had no other Help! |