- Code: Select all Expand view RUN
"0x" + STRTOHEX( MEMOREAD( ... ) )
"0x" + STRTOHEX( MEMOREAD( ... ) )
// xharbour
MEMOWRIT( cFilename, oRs:Fields( "fieldname" ):Value, .f. ) // ADO
//or
MEMOWRIT( cFileName, oRs:fieldname, .f. ) // FWMARIADB library
// or both harbour and xharbour
HB_MEMOWRIT( cFileName, oRs:Fields( "fieldname" ):Value ) // ADO
// OR
HB_MEMOWRIT( cFileName, oRs:FieldName )
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 84 guests