Comments - CONNECT DBF Table Type

7 years, 3 months ago noel cris

What Visual Foxpro DBF field types are supported by the connect engine. thanks

 
7 years, 3 months ago noel cris

Supported VFP 9.0 fields:
char
----------------
VFP 9.0 fields not supported:
Varchar (V)
4-byte integer (I)
Memo (M)
Double (B)
Datetime (T)
Currency (Y)
Float (F)
Blob (W)
Numeric(L,D) becomes double(L,D)
Numeric(L,0) becomes int(L)

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.