Link to home
Start Free TrialLog in
Avatar of Roman F
Roman FFlag for United States of America

asked on

how to modify the connection string in vb 6 for 64 bits Windows 10

long time I created a project in VB 6. everything was great with the different operating system, it was XP, then Windows 7 and now I have Windows 10

for windows 7 the connection string was:

adoconn.Open="Provider=Microsoft.ACE.OLEDB.12.0;data source="App.PATH & "\MYDB.accdb"

now we have Windows 10 and some controls stop working, like calendar... looks like the problem is now we have 64 bit vs 32 bit system. Is anything possible to modify/change to make it work?
Avatar of Roman F
Roman F
Flag of United States of America image

ASKER

looks like the problem is not the connection string... the problem is to have ocx controls which 1re 32 bits and they do not work under 64 bits WIndows 10
Avatar of Roman F

ASKER

how to register controls like calendar or SSTab to WIndows 10
ASKER CERTIFIED SOLUTION
Avatar of Roman F
Roman F
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial