ASKER
Dim cmd As New OleDbCommand( _
"EXECSCRIPT([SELECT 0]+CHR(13)+CHR(10)+[USE thetable.dbf EXCLUSIVE]+CHR(13)+CHR(10)+[PACK])", cn1)
cmd2.ExecuteNonQuery()
ASKER
ASKER
Visual FoxPro (VFP), and its predecessor FoxPro, is a data-centric, object-oriented, procedural, database programming language and IDE from Microsoft last released in 2007 that still has some active use due to its low cost of deployment and fairly rapid development. In 2008, Microsoft released a set of add-ons for VFP's xBase components to allow interoperability with various Microsoft technologies. It allows data processing against its native file-based data tables or database servers such as SQL Server.
TRUSTED BY
So, do you SELECT * FROM ...DBF and don't get any memo/varchar(MAX)/Text data from that? What driver are you using to read the DBFs?
Bye, Olaf.