|
Main functions for converting FoxPro syntax to T-SQL syntax are:
This function converts
FoxPro syntax to T-SQL syntax.
This function converts links to FoxPro variables and expressions to their
values.
This function removes directive prefixes from the statement to execute it in
FoxPro.
This function converts type names and adds keywords to CREATE command.
The library is included
into the project by the following command: SET LIBRARY TO ... EFOXSQL.FLL
ADDITIVE
|