Hi All,

I'm new to ActiveX programming. I've successfully used the Sheridan grid control many times in VB6 exe's, but now I'm trying to add one to a form in an ActiveX DLL. It won't let me add the same reference that I normally do in standard exe's (Infrgistics DataGrid/Combo/Dropdown 3.1 (OLEDB)) because it's a "single-threaded component that cannot be used in a multi-threaded project". So I'm trying to use the non OLEDB reference (Infrgistics DataGrid/Combo/Dropdown 3.1).

The problem is that my normal code technique executes to completion, but the grid does not fill with any records. It remains completely blank, despite the ADO data control being populated with a recordset and both the ADODC and grid control being refreshed. There has to a simple newbie type reason for this that is currently over my head.

Any help would be appreciated. --John

By the way, I'm using the following database connection string format (it works with the ADODC):

http://www.carlprothman.net/Default....riverForAccess