Hello, I have a question regarding the use of TDataModule. When i first started using Delphi, i always set Datafiles on TDataModule. Now though, i code my datasets with
ado := TADODataSet.Create..... Can anyone point me in the direction of what i should use? using ado := ... seems faster for me to use. Is there any reason why i should not do this? TIA Marco

