IonicWind Software

IWBasic => Database => Topic started by: Columbo on March 21, 2015, 08:55:22 AM

Title: How to read .DBF files.
Post by: Columbo on March 21, 2015, 08:55:22 AM
I have been told that IWB is able to read .DBF and NTX files. Is there any special code that you would use to do this or would you use the same code to read a .DBF as you would any other ODBC file?

Title: Re: How to read .DBF files.
Post by: LarryMc on March 21, 2015, 11:52:54 AM
To read DBF files you'll have to select the proper ODBC driver for .dbf files and then do your indexing with sql query commands.
Title: Re: How to read .DBF files.
Post by: Columbo on March 21, 2015, 04:12:57 PM
Ok, thanks Larry.