removed binary sources (FoxBin2Prg)
This commit is contained in:
127
TESTS/DATOS_READONLY/fb2p_dbc.view.vista_local.dc2
Normal file
127
TESTS/DATOS_READONLY/fb2p_dbc.view.vista_local.dc2
Normal file
@@ -0,0 +1,127 @@
|
||||
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
* (ES) AUTOGENERADO - <20><>ATENCI<43>N!! - <20><>NO PENSADO PARA EJECUTAR!! USAR SOLAMENTE PARA INTEGRAR CAMBIOS Y ALMACENAR CON HERRAMIENTAS SCM!!
|
||||
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
|
||||
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
*< FOXBIN2PRG: Version="1.19" SourceFile="fb2p_dbc.dbc" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
||||
*
|
||||
|
||||
<VIEW>
|
||||
<Name>vista_local</Name>
|
||||
<Comment></Comment>
|
||||
<Tables>fb2p_dbc!nombrelargodeldbf</Tables>
|
||||
<SQL>SELECT Fb2p_depto.descrip, Nombrelargodeldbf.nombre, Nombrelargodeldbf.edad, Nombrelargodeldbf.id, Nombrelargodeldbf.depto FROM fb2p_dbc!fb2p_depto INNER JOIN fb2p_dbc!nombrelargodeldbf ON Fb2p_depto.depto = Nombrelargodeldbf.depto</SQL>
|
||||
<AllowSimultaneousFetch>.F.</AllowSimultaneousFetch>
|
||||
<BatchUpdateCount>1</BatchUpdateCount>
|
||||
<CompareMemo>.T.</CompareMemo>
|
||||
<ConnectName></ConnectName>
|
||||
<FetchAsNeeded>.F.</FetchAsNeeded>
|
||||
<FetchMemo>.T.</FetchMemo>
|
||||
<FetchSize>100</FetchSize>
|
||||
<MaxRecords>-1</MaxRecords>
|
||||
<Offline>.T.</Offline>
|
||||
<ParameterList></ParameterList>
|
||||
<Prepared>.F.</Prepared>
|
||||
<RuleExpression></RuleExpression>
|
||||
<RuleText></RuleText>
|
||||
<SendUpdates>.T.</SendUpdates>
|
||||
<ShareConnection>.F.</ShareConnection>
|
||||
<SourceType>1</SourceType>
|
||||
<UpdateType>1</UpdateType>
|
||||
<UseMemoSize>255</UseMemoSize>
|
||||
<WhereType>3</WhereType>
|
||||
<Path>..\..\vista_local.dbf</Path>
|
||||
<RecordCount>5</RecordCount>
|
||||
|
||||
<FIELD_ORDER>
|
||||
descrip
|
||||
nombre
|
||||
edad
|
||||
id
|
||||
depto
|
||||
</FIELD_ORDER>
|
||||
|
||||
<FIELDS>
|
||||
<FIELD>
|
||||
<Name>depto</Name>
|
||||
<Caption></Caption>
|
||||
<Comment></Comment>
|
||||
<DataType>C(10)</DataType>
|
||||
<DefaultValue></DefaultValue>
|
||||
<DisplayClass></DisplayClass>
|
||||
<DisplayClassLibrary></DisplayClassLibrary>
|
||||
<Format></Format>
|
||||
<InputMask></InputMask>
|
||||
<KeyField>.F.</KeyField>
|
||||
<RuleExpression></RuleExpression>
|
||||
<RuleText></RuleText>
|
||||
<Updatable>.T.</Updatable>
|
||||
<UpdateName>fb2p_dbc!nombrelargodeldbf.depto</UpdateName>
|
||||
</FIELD>
|
||||
<FIELD>
|
||||
<Name>descrip</Name>
|
||||
<Caption></Caption>
|
||||
<Comment></Comment>
|
||||
<DataType>C(50)</DataType>
|
||||
<DefaultValue></DefaultValue>
|
||||
<DisplayClass></DisplayClass>
|
||||
<DisplayClassLibrary></DisplayClassLibrary>
|
||||
<Format></Format>
|
||||
<InputMask></InputMask>
|
||||
<KeyField>.F.</KeyField>
|
||||
<RuleExpression></RuleExpression>
|
||||
<RuleText></RuleText>
|
||||
<Updatable>.F.</Updatable>
|
||||
<UpdateName>fb2p_dbc!fb2p_depto.descrip</UpdateName>
|
||||
</FIELD>
|
||||
<FIELD>
|
||||
<Name>edad</Name>
|
||||
<Caption></Caption>
|
||||
<Comment></Comment>
|
||||
<DataType>N(3)</DataType>
|
||||
<DefaultValue></DefaultValue>
|
||||
<DisplayClass></DisplayClass>
|
||||
<DisplayClassLibrary></DisplayClassLibrary>
|
||||
<Format></Format>
|
||||
<InputMask></InputMask>
|
||||
<KeyField>.F.</KeyField>
|
||||
<RuleExpression></RuleExpression>
|
||||
<RuleText></RuleText>
|
||||
<Updatable>.T.</Updatable>
|
||||
<UpdateName>fb2p_dbc!nombrelargodeldbf.edad</UpdateName>
|
||||
</FIELD>
|
||||
<FIELD>
|
||||
<Name>id</Name>
|
||||
<Caption></Caption>
|
||||
<Comment></Comment>
|
||||
<DataType>I</DataType>
|
||||
<DefaultValue></DefaultValue>
|
||||
<DisplayClass></DisplayClass>
|
||||
<DisplayClassLibrary></DisplayClassLibrary>
|
||||
<Format></Format>
|
||||
<InputMask></InputMask>
|
||||
<KeyField>.T.</KeyField>
|
||||
<RuleExpression></RuleExpression>
|
||||
<RuleText></RuleText>
|
||||
<Updatable>.F.</Updatable>
|
||||
<UpdateName>fb2p_dbc!nombrelargodeldbf.id</UpdateName>
|
||||
</FIELD>
|
||||
<FIELD>
|
||||
<Name>nombre</Name>
|
||||
<Caption></Caption>
|
||||
<Comment></Comment>
|
||||
<DataType>C(30)</DataType>
|
||||
<DefaultValue></DefaultValue>
|
||||
<DisplayClass></DisplayClass>
|
||||
<DisplayClassLibrary></DisplayClassLibrary>
|
||||
<Format></Format>
|
||||
<InputMask></InputMask>
|
||||
<KeyField>.F.</KeyField>
|
||||
<RuleExpression></RuleExpression>
|
||||
<RuleText></RuleText>
|
||||
<Updatable>.T.</Updatable>
|
||||
<UpdateName>fb2p_dbc!nombrelargodeldbf.nombre</UpdateName>
|
||||
</FIELD>
|
||||
</FIELDS>
|
||||
|
||||
|
||||
</VIEW>
|
||||
Reference in New Issue
Block a user