Bonjour
Dans un TDM, je cree et free plein de querie mais comment dois je les declarer
pourrais avoir une explication des 3 casCode:
1
2
3
4
5 s_Proc := TIBStoredProc.Create(Application); ou s_Proc := TIBStoredProc.Create(Self); ou s_Proc := TIBStoredProc.Create(Nil);
merci