Answered by:
VB6 - Access 2003 Password Error

Question
-
Hi
I have a VB6 application that connects to MS Access 2003 DB using ADODB . We have migrated to Windows 7 (64 bit) from XP and now I am getting the Error 3031 - Password Not Valid. A sample of the connection code is below
STRING_DB_ATTRIB = "Provider = Microsoft.Jet.OLEDB.4.0;Data Source = " & SERVER_LOCATION & DB_PATH & ";"
Set mCon = New ADODB.Connection
mCon.ConnectionString = STRING_DB_ATTRIB
mCon.Properties("Jet OLEDB:Database Password") = DROWSSAPmCon.Open
Any ideas please?
Thanks in Advance
- Moved by Franklin ChenMicrosoft employee Tuesday, April 1, 2014 9:56 AM VB6
Tuesday, March 25, 2014 3:15 PM
Answers
-
Hello,
If nothing has changed other than the environment consider Windows shims. Otherwise this forum is for VB.NET, please follow the link below for VB6 resources.
Please remember to mark the replies as answers if they help and unmark them if they provide no help, this will help others who are looking for solutions to the same or similar problem.
- Proposed as answer by Mr. Monkeyboy Wednesday, March 26, 2014 4:58 PM
- Marked as answer by Just Karl Friday, April 11, 2014 10:00 PM
Tuesday, March 25, 2014 5:02 PM -
Hi,
Since VB6 product is not supported in this forum, you may go to these forums for support:
#Where to post your VB 6 questions
http://social.msdn.microsoft.com/Forums/en-US/6a0719fe-14af-47f7-9f51-a8ea2b9c8d6b/where-to-post-your-vb-6-questionsThank you for your understanding.
Best regards,
FranklinWe are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- Proposed as answer by Dave PatrickMVP Wednesday, April 2, 2014 12:24 AM
- Marked as answer by Just Karl Friday, April 11, 2014 10:00 PM
Tuesday, April 1, 2014 9:57 AM
All replies
-
Hello,
If nothing has changed other than the environment consider Windows shims. Otherwise this forum is for VB.NET, please follow the link below for VB6 resources.
Please remember to mark the replies as answers if they help and unmark them if they provide no help, this will help others who are looking for solutions to the same or similar problem.
- Proposed as answer by Mr. Monkeyboy Wednesday, March 26, 2014 4:58 PM
- Marked as answer by Just Karl Friday, April 11, 2014 10:00 PM
Tuesday, March 25, 2014 5:02 PM -
Hi,
Since VB6 product is not supported in this forum, you may go to these forums for support:
#Where to post your VB 6 questions
http://social.msdn.microsoft.com/Forums/en-US/6a0719fe-14af-47f7-9f51-a8ea2b9c8d6b/where-to-post-your-vb-6-questionsThank you for your understanding.
Best regards,
FranklinWe are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- Proposed as answer by Dave PatrickMVP Wednesday, April 2, 2014 12:24 AM
- Marked as answer by Just Karl Friday, April 11, 2014 10:00 PM
Tuesday, April 1, 2014 9:57 AM