CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Datagrid error

  1. #1
    Join Date
    Mar 2001
    Posts
    17

    Datagrid error

    Hi,
    Can anyone tell me why am I getting a "Cannot initialize data bindings." error from my Datagrid object ?
    I use a datagrid that uses a ADODB data object (which connects to an SQL Server). I get this error only on some workstations.. On other's everything works fine.

    Thanks,
    Yaron.


  2. #2
    Join Date
    Feb 2001
    Location
    France
    Posts
    4

    Re: Datagrid error

    I get the same error with the datagrid control and an ADO recordset. I use NT4-SP6, MDAC 2.7
    It works only on some workstations.



  3. #3
    Join Date
    Feb 2001
    Location
    France
    Posts
    4

    Re: Datagrid error

    I solved this pb by installing msstdfmt.dll 6.00.8804 shipped with VS 6 SP4 -> SP6
    Try it



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured