If your table(dbf) has 1 or more fields of type MEMO, there will be a 2nd file with an fpt extension that houses this information. This file will need to present in the same directory as the dbf. Jon Hawkins
Option Explicit
Dim cn As New rdoConnection
Dim rs As rdoResultset
Dim SQL As String
' Add a RDO in the refer.
' Using a DSN-less connection to open a free table
cn.Connect = "SourceType=DBF;" & "SourceDB=D:\MasterDB\Bb;" & "Driver={Microsoft Visual FoxPro Driver}"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.