Hiya 

Has anyone out there used DAO from Excel 97 VB

Sub test()
  Dim FoxFreeDB As DAO.Database
  Dim FoxFreeRS As Recordset
  Set FoxFreeDB = DBEngine.OpenDatabase("C:\Projects", False, _
                  False, "FoxPro 2.6;")

all I get is error 429

dim is the most germain VB statement


Regards Neven
N.K. MacEwan B.E. E&E
[EMAIL PROTECTED]

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to