D
Dan
Please excuse me if this is a novice question. I am a bit away from my
confort zone with this as I am using a DAO link to interface with
Matlab.
I want to get values from an mdb file. I am looking to pull whole
columns of data at a time but have so far only managed to get each row.
q = hDB.CreateQueryDef('','SELECT * FROM tbl_QueryPeriod')
rs = q.OpenRecordset
data = rs.GetRows(rs.RecordCount)
Is there a way to get the whole column rather than a whole row?
Kind regards
Dan
confort zone with this as I am using a DAO link to interface with
Matlab.
I want to get values from an mdb file. I am looking to pull whole
columns of data at a time but have so far only managed to get each row.
q = hDB.CreateQueryDef('','SELECT * FROM tbl_QueryPeriod')
rs = q.OpenRecordset
data = rs.GetRows(rs.RecordCount)
Is there a way to get the whole column rather than a whole row?
Kind regards
Dan