Hello,
I put on the DataModule components UniConnection, DBFUniProvider and UniTable.
I set UniConnection.ProviderName to DBF
I set UniConnection.DataBsse to full path to my DBF files
I set UniConnection.Connected to true.
I set UniTable.Connection to UniConnection.
And now, when I click on UniTable.TableName there are no tables listed on this control. I can manually write table name and set the UniTable.Active to true - it works.
Why the UniTable.TableName list is empty ?
Should I do something else or in different way ?
Regards
Michal
Working with DBF files.
Re: Working with DBF files.
Hello,
To work with DBF, we use the standard DBF ODBC driver, to get information about tables, the standard SQLtables API method is used, for this database this method does not return the result so we cannot get the list of tables. For detailed information, please turn to the driver's developer.
To work with DBF, we use the standard DBF ODBC driver, to get information about tables, the standard SQLtables API method is used, for this database this method does not return the result so we cannot get the list of tables. For detailed information, please turn to the driver's developer.
Re: Working with DBF files.
Hello,
Thanks for your reply.
Regards
Michal
Thanks for your reply.
Regards
Michal
Re: Working with DBF files.
Hello,
If you have any other questions, feel free to contact us.
If you have any other questions, feel free to contact us.