Added function HB_AdoRddGetRecordSet( [<nWorkArea>] ) --> oAdoRecordset
This commit is contained in:
@@ -847,4 +847,10 @@ function HB_AdoRddGetCatalog( nWA )
|
||||
|
||||
DEFAULT nWA TO Select()
|
||||
|
||||
return s_aCatalogs[ nWA ]
|
||||
return s_aCatalogs[ nWA ]
|
||||
|
||||
function HB_AdoRddGetRecordSet( nWA )
|
||||
|
||||
DEFAULT nWA TO Select()
|
||||
|
||||
return USRRDD_AREADATA( nWA )[ 1 ]
|
||||
Reference in New Issue
Block a user