CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Paul Shaffer

Search: Search took 0.25 seconds.

  1. Re: MS Grid control and MS ADO data control gives "cannot initialize data bindings " error when the

    I just built a test app that has an ADO 6.0 DataControl and OleDB DataGrid, and set it up to use ODBC to connect to the NWIND.MDB database. Here is the connection string that was built for me in the...
  2. Re: MS Grid control and MS ADO data control gives "cannot initialize data bindings " error when the

    If dcom98 and mdac_typ are installed then perhaps its a problem with your connection string or database. What is the connection string? Is the database in the correct location?
  3. Re: MS Grid control and MS ADO data control gives "cannot initialize data bindings " error when the

    You probably need to install 2 things in this order to distribute these controls:

    1. dcom98

    http://www.microsoft.com/com/dcom/dcom98/download.asp

    2. mdac_typ.exe
    ...
  4. Replies
    3
    Views
    674

    Re: connecting GridControl to datasource

    Weeks ago I posted a message here with an example of how to write a UDL file at runtime, search back for it if you can. But now, instead of using a UDL file to set the datasource at runtime, I just...
  5. Re: ADO Databound Controls in a splitter window

    I asked Microsoft about this and they fixed it. Here is what they said:

    "I examined your sample. I have worked around the problem by overriding WM_SIZE and not calling RecalcLayout until the views...
  6. Replies
    1
    Views
    1,021

    I can't add comments

    Most of the time, I cannot add comments to articles. Other people seem to have no problem. I need to add information to an article I wrote, to respond with fixes for bug comments, but my comments...
  7. Re: ADO Databound Controls in a splitter window

    I have had this same problem in just the last few days. It acts like the grid is not fully created and the view is not created before a sizing call is made. I was unable to fix this in a few minutes...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured