Contents Index Microsoft Access (Microsoft 3.51.171300) Lotus Notes SQL 2.0

ASA SQL User's Guide
  Server Classes for Remote Data Access
    ODBC-based server classes
      Server class odbc

Microsoft FoxPro (Microsoft 3.51.171300)

You can store FoxPro tables together inside a single FoxPro database file (.dbc), or, you can store each table in its own separate .dbf file. When using .dbf files, be sure the file name is filled into the location string; otherwise the directory that Adaptive Server Anywhere was started in is used.

CREATE TABLE fox1 (a int, b char(20))
AT 'foxpro;d:\pcdb;;fox1'

This statement creates a file named d:\pcdb\fox1.dbf when you choose the "free table directory" option in the odbc driver manager.


Contents Index Microsoft Access (Microsoft 3.51.171300) Lotus Notes SQL 2.0