Message
General information
Fórum:
Visual FoxPro
Category:
Bases de dados, Tabelas, Views, Indices e SQL
Título:
Field get cut at 10 chr...
Miscellaneous
ID da thread:
00524123
ID da mensagem:
00524123
Views:
54
We are doing a transfer of data from VFP database (DBC) via a remote view with ODBC. What we are doing is transfer data to an another table.
Select ViewFld1 as MyLongNameField1 from ViewRemote into curosr MyTmpCursor
select MyTable
Append from dbf("MyTmpCursor")
The result of my cursor cut the field name to 10 chr. (MyLongName)?
Why? Is this normal?
Next
Responder
Mapa
View