Hi I am trying to execute a TADODataSet by clicking on a button. As of now. whenever I run my delphi program my TADODataSet automatically activates and runs its corresponding stored procedure in sql. I want to be able to press a button on a form in order to execute my TADODataset and NOT have it run automatically.
I have been messing around with callbacks to get this to work but I have not had any success. Any help or suggestions will be greatly appreciated.
Thank you