Results 1 to 5 of 5

Thread: MDAC version in WinXP SP2

  1. #1

    Thread Starter
    Hyperactive Member JMvVliet's Avatar
    Join Date
    May 2001
    Location
    Papendrecht, Netherlands
    Posts
    310

    MDAC version in WinXP SP2

    Good morning all,

    Strange things are happening on my computer for a while. Let me explain...

    I had installed: winXP (without SP2) and VS6 SP6. My program uses ADO to get data from my sql server. I've installed MDAC 2.8. After that, strange things were going to happen.

    I am using the .Delete method of a recordset to remove records. After I had installed MDAC that doesn't seem to work anymore.

    So, testing and struggling around, I decided to re-install my computer from scratch. WinXP and SP2 installed, VS6 and SP6 installed, also the grid component I use (VSFlexGrid Pro from www.componentone.com). And guess??? Same problem...

    Has anyone encountered strange things with MDAC 2.8?

  2. #2
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709
    I encountered an issue with interfacing between mdac versions.
    What may be happening is that your exe is compiled under 2.7
    sp1 and then you upgrade to 2.8. When you try to run the exe, it
    is expecting 2.7 sp1. Try recompiling under 2.8 after you explicitly
    change the reference in the project from 2.7 sp1 to 2.8 by
    deselecting 2.7 saving the project and then adding the reference
    to 2.8. Then compile.

    HTH
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  3. #3

    Thread Starter
    Hyperactive Member JMvVliet's Avatar
    Join Date
    May 2001
    Location
    Papendrecht, Netherlands
    Posts
    310
    Originally posted by RobDog888
    I encountered an issue with interfacing between mdac versions.
    What may be happening is that your exe is compiled under 2.7
    sp1 and then you upgrade to 2.8. When you try to run the exe, it
    is expecting 2.7 sp1. Try recompiling under 2.8 after you explicitly
    change the reference in the project from 2.7 sp1 to 2.8 by
    deselecting 2.7 saving the project and then adding the reference
    to 2.8. Then compile.

    HTH
    Thanx for that information, but I think I've found the problem. My grid component that I use when compiling my app is not functioning correctly with MDAC 2.8. The older version (the version that is included in my setup set) works well. I didn't see this until now... Hope it helps...

    Anyway, thnx for your suggestion

  4. #4

    Thread Starter
    Hyperactive Member JMvVliet's Avatar
    Join Date
    May 2001
    Location
    Papendrecht, Netherlands
    Posts
    310
    Ok,

    so, when you use MDAC 2.8 in combination with the quarter one 2004 update of VSFlexGrid, you run into the named problem. Using the quarter four 2003 version, the problem is gone.

    The problem doesn't ly in MDAC, but in the component...

  5. #5
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709
    Quarter one 2004 update of VSFlexGrid could have compatibility
    settings changed when they compiled it.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

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