|
-
Oct 28th, 2004, 02:07 AM
#1
Thread Starter
Hyperactive Member
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?
-
Oct 28th, 2004, 02:20 AM
#2
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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 
-
Oct 28th, 2004, 02:30 AM
#3
Thread Starter
Hyperactive Member
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
-
Oct 28th, 2004, 03:19 AM
#4
Thread Starter
Hyperactive Member
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...
-
Oct 28th, 2004, 06:39 PM
#5
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|