class CGXAdoParam: public CGXBrowseParam

CGXAdoParam holds specific data for the CGXAdoGrid. It can be shared among several views (works the same way as CGXGridParam). You can embed it in a document if you want to support several browse views on the same data, as for example in a dynamic splitter window. The AdoQuery sample shows you how to embed a CGXAdoParam in a document, add support for opening several views on the same data, and serialize scheme information.

CGXAdoParam holds the following base style ids for the named database field types:

  • m_bsBoolean: adBoolean

  • m_bsNumeric: adInteger, adBigInt, adSingle, adDouble

  • m_bsCurrency: adCurrency

  • m_bsDate: adDate

  • m_bsText: adVarChar

  • m_bsBinary: adLongVarBinary

  • m_bsGUID: adGUID

  • m_bsDeletedRows for deleted rows appearance.

  • include <gxado.h>

See Also

 CGXBrowserGrid  CGXAdoGrid

CGXAdoParam

 Class Members