How can I open a Visual FoxPro (6) Free table using VB6 for writing purposes?
Is there some sample code on the net that I could look at?
Thanks
Mary
Printable View
How can I open a Visual FoxPro (6) Free table using VB6 for writing purposes?
Is there some sample code on the net that I could look at?
Thanks
Mary
ok!
if use data manager selected
connect =vfp6.0
databasename = "name database path" 'ejm "c:\"
recordsource="name database" 'ejm "biblio"
if programming
database
opendatabse namedatabese,manage,type,format
------------------
capv