ReneeC


I built a large application on XP and a tiny but needed component uses ADOX for table creation and persistance in an Access database.

I couldn't build the project on Vista until I deleted the ADOX reference and replaced it because msadox.dll has moved from Windows/System32 to Program Files\Common Files\System\ado.

If I wanted to support a single build on both operating systems am I going to have to resort to late binding

That's not an easy dll to late bind to.




Re: XP/Vista ADOX References

Sheng Jiang


You can do it in the ODBC way. Use SQLConfigDataSource to create your databases, and execute Create Table statements




Re: XP/Vista ADOX References

ReneeC

Thank you !!!!!!!!

Those are great references. I can see a vitualization project on the horizon with XP and Virtual PC!!!!