|
-
Sep 30th, 2004, 02:15 PM
#1
Thread Starter
Addicted Member
workgroup information file is missing
I receive the message 'Workgroup information file is missing when I try to open the following database.
psDB_CONNECT = "Provider=Microsoft.Jet.OLEDB.3.51;" & _
"Data Source=C:\IDEFIX_Offline\Reception_MATP.mdb;" & _
"System Database=c:\IDEFIX_Offline\IDEFIX.MDW;" & _
"User Id=UUUUUU;Password=pppppp;"
I have looked all over and can not find the answer.
HELP!!!
-
Sep 30th, 2004, 05:07 PM
#2
I think that the .mdw file is default location in the Winnt\system directory.
If you move it you need to change the registry setting telling
Access where it is located. Or if manually running, you can specify
a startup parameter of the .mdw location and name.
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 1st, 2004, 12:27 PM
#3
Thread Starter
Addicted Member
Can you give me an example of what the registry would look like?
I can access the database using access.
Thanks,
-
Oct 1st, 2004, 01:47 PM
#4
Sure, here it is.
VB Code:
'Reg location:
HKEY_CURRENT_USER\Software\Microsoft\Office\x.x\Access\Settings
'Pass a startup parameter for a particular db in the shortcut path
'of a shortcut link.
/Wrkgrp "C:\secure.mdw"
'Access 2000 mdw location
\Program Files\Microsoft Office\Office\1033
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 4th, 2004, 07:05 AM
#5
Thread Starter
Addicted Member
I was not able to locate anything about the .MDW file in the registry. I did find the reg location.
I am also confused on how to set up the link you talked about. Do I use my .MDW file or the name "secure.mdw"
I am also not sure what I am supposed to do with this line youi sent: \Program Files\Microsoft Office\Office\1033
Thanks for the help...
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
|