For VB6. The following 2 lines of code
gives me a "Run-Time Error '3274' External Table isn't in expected format The error occurs on the line of code "Set rsMaillist...." I am trying to open a Visual Dbase 7 table. I believe that this program ran clean when I used it last year at this time. (Xmas Mailing list). Researhing this error in Google indicated that this could be a registry problem. I ran a registry repair program which corrected over a 1000 errors in my registry but this did not fix the problem. Anybody have any ideas?
Code:
[COLOR=red] Set dbMailList = OpenDatabase("c:\familyml", vbFalse, vbFalse, "dbase IV")
Set rsMailList = dbMailList.OpenRecordset("Familyml", dbOpenTable, 0)[/color]