Article ID: 130166
Article Last Modified on 8/17/1999
Visual FoxPro SQL Server
Abbreviation Data Type Data Type
-----------------------------------------
C Character char
Y Currency money
D Date datetime
T DateTime datetime
B Double float
F Float float
G General image
I Integer int
L Logical bit
M Memo text
N Numeric float
P Picture image
CEILING() MAX() PADR() LEN() MIN() PROPER() LOG() PADL() STR()
Visual FoxPro Index Type SQL Server 4.x Index Type ---------------------------------------------------- Primary Clustered Unique Candidate Unique Unique, Regular Non-uniqueThe Upsizing Wizard uses Visual FoxPro tag names as names for indexes on SQL Server. If the tag name is a reserved word on the server, the wizard alters the tag name by appending the underscore (_) character.
binary varbinary float real image text
Visual FoxPro objects SQL Server objects
--------------------------------------------------------------------
Database Database
Table Table
Indexes Indexes
Field Field
Default Default
Table validation rule SQL Server stored procedures,
called from UPDATE and INSERT triggers
Field validation rule SQL Server stored procedures,
called from UPDATE and INSERT triggers
Persistent relationships Update, Insert, and Delete triggers
(where used for referential
integrity constraints)
Trigger Visual FoxPro Functionality Emulated
-----------------------------------------------------------
UPDATE Validation rules (field- and record-level
validation) Referential integrity
INSERT Validation rules (field- and record-level
validation) Referential integrity (child
table triggers only)
DELETE (Parent Referential integrity
table only)
Additional query words: VFoxWin
Keywords: KB130166