Fw: Need assistance with fpODBC

Kenneth Brody kenbrody at spamcop.net
Thu Oct 25 11:24:36 PDT 2012


On 10/25/2012 1:08 PM, Richard Hane wrote:
[...]
> My confusion was that looking at the sample ODBC files I assumed there
> was someplace outside of the file you were updating to set the connection
> data, table, fields, etc.  I'm sure when I took the class they probably
> told us this but it was 6-8 years ago and I am old and forget things.
[...]

I believe the confusion you are having is between "high-level" and 
"low-level" ODBC access.

The samples show "low-level", where you explicitly do everything -- open the 
connection, run queries, scroll through record sets, and so on.

The "high-level" access is where you use define files to define a 
non-filePro file connected to an ODBC data source.  Once defined (with some 
limitations), you then access that file as you would any other filePro file.

-- 
Kenneth Brody


More information about the Filepro-list mailing list