|
1.16. A CREATE TABLE command will convert a FoxPro types definision into MS SQL types.
Read
more
1.17. A calculated field of type LOGICAL will create a column with a numeric type as in the following example:
Read
more
1.18. Default values of fields and NOT NULL directives will be defined in CREATE statements. The only requirement is that you insert a tilde ("~") before each type definition and use the E_SQL_Create_Stru_Convert function.
Read
more
1.19. AT will be replaced with
CHARINDEX.
Read
more
1.20. VAL will be replaced with CONVERT(numeric(10)).
Read
more
page
1 - page 2 - page 3 - page
4 - page 5
|