Thanks. Appreciate all the help. So it is possible to create a windows forms application with VFP9? That is all that i need to do right now. We are switching the databases to mySQL early next year.
is there any way to reindex the files from vb.net without having exclusive use of the file. The reason is that the vfp application is already written, but it is an older application(text-based), but we want to start using forms to access our data.
******CONNECTION STRING*******************
Public connectstring As String = "Provider= VFPOLEDB.1;Data Source = f:\crmswin;MODE=SHARE DENY NONE;EXCLUSIVE=FALSE;"
Public Function AddShopTicket(ByVal e As ShopTicket)
Dim ItemAdded As Boolean
e.nontax = False
e.Desc_text...
I am having trouble writing a record into a visual foxpro dbf. i am using oledb to write it. I can get the record into the database, but when i try to access the table from a visual foxpro application, i can't see the record i wrote until i re-index the file. HELP
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.