I know that vb6/dao doesnt reconize access 2000, how can i make it do that? ive tried a 1000 times, been looking around, all i want is help!
Printable View
I know that vb6/dao doesnt reconize access 2000, how can i make it do that? ive tried a 1000 times, been looking around, all i want is help!
Hi,
I think you should use the "Microsoft DAO 3.60 Object Library" (DAO360.dll) as reference.
Good luck
R@emdonck
sorry, no luck, tried it before, i use the dao 3.6 object library, select my db, click recordsource property, and get the error:
unreconized data format
:o(
Hi, Smie.
Do you use Data control?For some reason Data control doesn't want to recognize Access2000,even if you reference the right library(DAO 3.6)
These two will work:
1. You can use ADO Data Control 6.0
2. Or just use code without any Data controls.
Reply, if you need more help.
Larisa
You cannot use regular Data Control, because it is based on DAO 3.5x.
Either use DAO 3.6 library itself (without data control), ADO 2.x or as Larisa suggested: ADO Data Control.