I read in a tutorial written to Delphi 6 : to install ADOX components, select from the main menu Project\Add type Library menu item. But in Delphi XE4 there is not such a menu item. How could I install/use ADOX components in Delphi XE4 to create an empty mdb database programatically? Or is there any other way to create it without ADOX?
How can I use ADOX components in Delphi XE4?
804 Views Asked by The Bitman At
2
You could use late binding without importing the type library e.g.:
If this is all you need, I think it's not worth the effort of importing the ADOX type library.