|
-
Nov 30th, 1999, 11:11 PM
#1
Thread Starter
New Member
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
-
Dec 1st, 1999, 05:09 AM
#2
Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|