How can I open a dbf file (FoxPro) when the name of table was bigger than 8 characters?
Ex: toto.dbf was good but totototot.dbf was not good.
Thanks
Redg
Sorry for my bad english
Printable View
How can I open a dbf file (FoxPro) when the name of table was bigger than 8 characters?
Ex: toto.dbf was good but totototot.dbf was not good.
Thanks
Redg
Sorry for my bad english
did u try with a data source name given in ODBC and selecting that instead of the file name?
Srinika
How can I use ODBC ?
Thanks
Redg
dear regis
i'm also trying to access dbf files throu' VB6.0 but it's giving error that you don't h've right or its open (set exclusive off)Can you help with code
Thanx for all support being provided
Girish P
In the control panel u will find ODBC. Go to that and select FoxPro as the data type give a Data Source Name (any name u like) and select the path of the .dbf file.
Then use that Data source name within VB to access ur FoxPro database.
Srinika