Start New Discussion Reply to this Discussion Tbutton Onclick
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
Related Article: Delphi 7 control array enigma
is a solved Pascal and Delphi discussion thread by MarkHolm that has 6 replies, was last updated 2 years ago and has been tagged with the keywords: control-array, delphi.
youngmoolah
Newbie Poster
6 posts since Jul 2010
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
Where is the code? What exactly does not work?
Wolfgan
Junior Poster
101 posts since Jun 2010
Reputation Points: 34
Solved Threads: 14
Skill Endorsements: 1
I do not have any code because I do not know what code to use. I have no idea how to begin with this. I just need to be able to press a button to activate my TADODataSet instead of having it run automatically
youngmoolah
Newbie Poster
6 posts since Jul 2010
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
Why do not you read the help?
In design time put Connection property to false. Then when you create a form need to call Open or set the Connected property to true.
ADOConnection1.Open;
ADODataSet.Open;
Wolfgan
Junior Poster
101 posts since Jun 2010
Reputation Points: 34
Solved Threads: 14
Skill Endorsements: 1
© 2013 DaniWeb® LLC
Page rendered in 0.0623 seconds
using 2.65MB