Help!!
I have been running some ADO code from Excel 2000 for months, part of which creates an Access database using the syntax
Dim cat as new ADOX.Catalog
cat.Create “Provider=Microsoft.Jet.4.0 etc etc”
with a reference to ADO Extensions 2.5
Earlier in the week. MDAC 2.6 was applied to my PC as part of SQL Server client tools installation, and now the compiler objects to the cat.Create statement – the Create method apparently no longer exists!!
Can a kindly lounger please explain how I’m now supposed to create access databases dynamically – have I been using an outdated method?
Thanks
Jeremy