Mega Code Archive

 
Categories / Delphi / ADO Database
 

Re-executing export from table

Question: After using the right-click to create the provider function, how can I re-execute the context menu option to "Export from Table"? Answer: Once you have exported a provider interface, the context menu option is no longer visible. To re-display the context menu option you must delete the associated property in the Type Library Editor and press the Type Library Editors Refresh button. You should also delete the "Get_XXX" entry in the RemoteDataModule source.