Antonio Linares wrote:http://forums.fivetechsupport.com/viewtopic.php?p=99125#p99125
AdsCreateSQLStatement( 'SQLALIAS', ADS_ADT, hHandle )
cSql := "UPDATE TABLA SET CAMPO='XXX'"
AdsLocking( .f. )
AdsCreateSQLStatement(, ADS_ADT)
if AdsExecuteSqlDirect( cSql )
MsgInfo( "Error en la consulta "+CRLF+ cSql, cValtochar( AdsGetLastError() ) )
endif
AdsLocking( .t. )
fraxzi wrote:Dear Mr. Antonio,
This function is returning TRUE with xHarbour 1.21.6406..
- Code: Select all Expand view
AdsCreateSQLStatement( 'SQLALIAS', ADS_ADT, hHandle )
with new xHarbour 1.21.6714 the above function returns FALSE
Any idea?
Regards,
Frances
Antonio,
Can't find hbzip.lib and libnf.lib. Could you provide them please?
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot], Marc Venken and 75 guests