Que hay amigos ? para quienes gusten del WinDBU 3.4 B (shareware):
les indico un script con buena onda. Vayan al "command interpreter" y ejecuten esto: SerialFrom()
esta requetechulo :-D
Patricio Avalos Aguirre wrote:Hola a todos
Prefiero el Advantage Data Architect 9.0
puedes hacer consulta SQL, debugger, etc,
archivos DBF y ADT
http://devzone.advantagedatabase.com/dz/content.aspx?key=20&Release=12&Product=8&Platform=6
Patricio Avalos Aguirre wrote:hola Jessica
Ningun problema solo pregunta y aqui vemos como podemos solucionar tus consultas
SELE MOVI_SAL
adsCopyTableContents( "MOVI_SAL2" )
adsCopyTableContents( "MOVI_SAL2", ADS_RESPECTSCOPES )
HB_FUNC( ADSCOPYTABLECONTENTS )
{
ADSAREAP pArea = hb_adsGetWorkAreaPointer(); /* Source */
if( pArea )
{
int iOldArea = hb_rddGetCurrentWorkAreaNumber();
if( hb_rddSelectWorkAreaAlias( hb_parcx( 1 ) /* szAliasDest */ ) == SUCCESS )
{
ADSAREAP pDest = hb_adsGetWorkAreaPointer();
hb_rddSelectWorkAreaNumber( iOldArea );
if( pDest )
hb_retl( AdsCopyTableContents( pArea->hTable,
pDest->hTable,
ADS_IGNOREFILTERS ) == AE_SUCCESS );
else
hb_errRT_DBCMD( EG_NOTABLE, 2001, NULL, HB_ERR_FUNCNAME );
}
else
hb_errRT_DBCMD( EG_NOTABLE, 2001, NULL, HB_ERR_FUNCNAME );
}
else
hb_errRT_DBCMD( EG_NOTABLE, 2001, NULL, HB_ERR_FUNCNAME );
}
Select 0
cSql := "SELECT * FROM MOVI_SAL WHERE tip_doc = 'GDE'"
if ADSCreateSQLStatement("SQLarea", ADS_ADT )
if AdsExecuteSqlDirect(cSql)
adsCopyTableContents( "MOVI_SAL2" )
SqlArea->( dbCloseArea() )
else
MsgInfo( "Error en la consulta", "AdsExecute" )
endif
else
MsgInfo( "Error en la consulta", "AdsCreateSQL" )
endif
Return to FiveWin para Harbour/xHarbour
Users browsing this forum: Google [Bot] and 59 guests