<< Return to Main Index

< Return to Class Index

class CGXDbParam: public CGXBrowseParam

CGXDbParam holds specific data for the CGXODBCGrid. 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 DaoQuery sample shows how you can embed a CGXDbParam in a document, add support for opening several views on the same data, and serialize scheme information.

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

CGXDbParam also has an additional attribute whereby you can disable the automatic display of memo fields in the grid.

#include <gxodbc.h>

See Also

CGXBrowserGrid CGXODBCGrid

CGXDbParam

Class Members