我想将表中多条记录同时存放在内存中提供调用,vs2005不知该如何实现。
以前用delphi可以用记录类型
type aaaa = record
  bb:int;
  cc:string;
  dd:datatime;
 end;
实现功能,可是2005不知道怎么实现。