How to add a parameter to a TIBCQuery programmatically
Posted: Fri 28 Aug 2009 08:13
If I create a TIBCQuery and want to add a parameter.. can you give me some source code?
If I say
IBCQuery1.Params.Add('
my IDE says it wants a TCollectionItem
If I say
IBCQuery1.Params.Add('
my IDE says it wants a TCollectionItem