Our VB6 app uses ADO 2.7 to work with an Access database. Although 90% of
the ado-related code continues to work fine when our app is installed on
Vista, any code where we bind controls to an ADO recordset fails (e.g, Set
Text1.DataSource = adoRS). The controls just remain empty.
We do not install MDAC when installing to Vista (which we understood was
appropriate), so...can anyong point me in the right direction on this?
Thanks!
Dan
Dan Johnson - 25 Feb 2007 00:15 GMT
A simple little thing like remembering to install the "correct" VB runtime
files on Vista...
> Our VB6 app uses ADO 2.7 to work with an Access database. Although 90% of
> the ado-related code continues to work fine when our app is installed on
[quoted text clipped - 7 lines]
>
> Dan