-
I have been seeking info on how to write to a foxpro database table.
I was referenced to a microsoft article that had good code but stated that when opening a foxpro table directly ,the table becomes "read only".
This is crazy !!!!!!!!
Is there no way I can write to a foxpro table in VB???
Thanks.
danny.
article address: http://support.microsoft.com/support.../q161/3/07.asp
-
Well, at least I know why I can't write to foxpro tables... Now all I have to do is figure out how to get around it.
-
the only way I am able to write to a FoxPro database is with the SQL INSERT and UPDATE statements. Kinda lame. I hate FoxPro!