- Code: Select all Expand view
"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: No registered users and 111 guests